Class t.s.p._PortalAuthChallenger(Referenceable):

Part of twisted.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 _loggedIn Undocumented
Method checkPassword Validate these credentials against the correct password.
Method checkMD5Password Validate these credentials against the correct MD5 digest of password.

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
def __init__(self, portalWrapper, username, challenge): (source)
Undocumented
def remote_respond(self, response, mind): (source)
Undocumented
def _loggedIn(self, (interface, perspective, logout)): (source)
Undocumented
def checkPassword(self, password): (source)
Validate these credentials against the correct password.
ParameterspasswordThe correct, plaintext password against which to check.
Returnsa deferred which becomes, or a boolean indicating if the password matches.
def checkMD5Password(self, md5Password): (source)
Validate these credentials against the correct MD5 digest of password.
ParameterspasswordThe correct, plaintext password against which to check.
Returnsa deferred which becomes, or a boolean indicating if the password matches.
API Documentation for twisted, generated by pydoctor.