twisted.spread.pb._PortalAuthChallenger(Referenceable, _JellyableAvatarMixin)
class documentationtwisted.spread.pb
View Source
(View In Hierarchy)
Implements interfaces: twisted.cred.credentials.IUsernameHashedPassword, twisted.spread.pb.IUsernameMD5Password
Called with response to password challenge.
Method | __init__ | Undocumented |
Method | remote_respond | Undocumented |
Method | checkPassword | IUsernameHashedPassword |
Method | checkMD5Password | IUsernameMD5Password |
Inherited from Referenceable:
Method | remoteMessageReceived | A remote message has been received. Dispatch it appropriately. |
Method | jellyFor | (internal) |
Inherited from Serializable (via Referenceable):
Method | processUniqueID | Return an ID which uniquely represents this object for this process. |
Inherited from Jellyable (via Referenceable, Serializable):
Method | getStateFor | Undocumented |
Inherited from _JellyableAvatarMixin:
Method | _cbLogin | Ensure that the avatar to be returned to the client is jellyable and set up disconnection notification to call the realm's logout object. |
Parameters | password | The password. |
Returns | _PortalAuthChallenger.checkMD5Password |