class documentation
class _PortalAuthChallenger(Referenceable, _JellyableAvatarMixin): (source)
Constructor: _PortalAuthChallenger(portal, broker, username, challenge)
Implements interfaces: twisted.cred.credentials.IUsernameHashedPassword
, twisted.spread.pb.IUsernameMD5Password
Called with response to password challenge.
Method | __init__ |
Undocumented |
Method | check |
IUsernameMD5Password |
Method | check |
IUsernameHashedPassword |
Method | remote |
Undocumented |
Instance Variable | broker |
Undocumented |
Instance Variable | challenge |
Undocumented |
Instance Variable | portal |
Undocumented |
Instance Variable | response |
Undocumented |
Instance Variable | username |
Undocumented |
Inherited from Referenceable
:
Method | jelly |
(internal) |
Method | remote |
A remote message has been received. Dispatch it appropriately. |
Class Variable | perspective |
I am an object sent remotely as a direct reference. |
Inherited from Serializable
(via Referenceable
):
Method | process |
Return an ID which uniquely represents this object for this process. |
Inherited from Jellyable
(via Referenceable
, Serializable
):
Method | get |
Undocumented |
Inherited from _JellyableAvatarMixin
(via Referenceable
, Serializable
, Jellyable
):
Method | _cb |
Ensure that the avatar to be returned to the client is jellyable and set up disconnection notification to call the realm's logout object. |