t.c.c.SSHPublicKeyDatabase : class documentation

Part of twisted.conch.checkers View Source View In Hierarchy

Implements interfaces: twisted.cred.checkers.ICredentialsChecker

No class docstring
Method requestAvatarId
Method checkKey Retrieve the keys of the user specified by the credentials, and check if one matches the blob in the credentials.
Method _cbRequestAvatarId Undocumented
Method _ebRequestAvatarId Undocumented
def requestAvatarId(self, credentials): (source)
Parameterscredentialssomething which implements one of the interfaces in self.credentialInterfaces.
Returnsa Deferred which will fire a string which identifies an avatar, an empty tuple to specify an authenticated anonymous user (provided as checkers.ANONYMOUS) or fire a Failure(UnauthorizedLogin). Alternatively, return the result itself.
See Alsotwisted.cred.credentials
def _cbRequestAvatarId(self, validKey, credentials): (source)
Undocumented
def checkKey(self, credentials): (source)
Retrieve the keys of the user specified by the credentials, and check if one matches the blob in the credentials.
def _ebRequestAvatarId(self, f): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:02:37.