Class t.c.c.SSHProtocolChecker:

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

Implements interfaces: twisted.cred.checkers.ICredentialsChecker
No class docstring
Method get_credentialInterfaces Undocumented
Method registerChecker Undocumented
Method requestAvatarId
Method _cbGoodAuthentication Undocumented
Method areDone Override to determine if the authentication is finished for a given
def get_credentialInterfaces(self): (source)
Undocumented
def registerChecker(self, checker, *credentialInterfaces): (source)
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.
def _cbGoodAuthentication(self, avatarId, credentials): (source)
Undocumented
def areDone(self, avatarId): (source)
Override to determine if the authentication is finished for a given avatarId.
API Documentation for twisted, generated by pydoctor.