class documentation

class _PortalAuthChallenger(Referenceable, _JellyableAvatarMixin): (source)

Implements interfaces: twisted.cred.credentials.IUsernameHashedPassword, twisted.spread.pb.IUsernameMD5Password

View In Hierarchy

Called with response to password challenge.

Method __init__ Undocumented
Instance Variable portal Undocumented
Instance Variable broker Undocumented
Instance Variable username Undocumented
Instance Variable challenge Undocumented
Method remote_respond Undocumented
Instance Variable response Undocumented
Method checkPassword IUsernameHashedPassword
Method checkMD5Password IUsernameMD5Password

Inherited from Referenceable:

Class Variable perspective I am an object sent remotely as a direct reference.
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.
def __init__(self, portal, broker, username, challenge): (source)

Undocumented

portal = (source)

Undocumented

broker = (source)

Undocumented

challenge = (source)

Undocumented

def remote_respond(self, response, mind): (source)

Undocumented

response = (source)

Undocumented

def checkMD5Password(self, md5Password): (source)

IUsernameMD5Password

Parametersmd5Password
ReturnsTrue if password matches. (type: bool)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.