Package flumotion :: Package common :: Module manhole :: Class SSHPublicKeyChecker
[hide private]

Class SSHPublicKeyChecker

source code

extern.log.log.Loggable --+
                          |
                         SSHPublicKeyChecker

Instance Methods [hide private]
 
__init__(self, authorizedKeysFile) source code
 
requestAvatarId(self, credentials) source code
 
_cbRequestAvatarId(self, validKey, credentials) source code
 
checkKey(self, credentials) source code
 
_ebRequestAvatarId(self, f) source code
 
__provides__(...)
Special descriptor for class __provides__

Inherited from extern.log.log.Loggable: debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Class Variables [hide private]
  credentialInterfaces = (<InterfaceClass twisted.cred.credentia...
  __implemented__ = <implementedBy flumotion.common.manhole.SSHP...

Inherited from extern.log.log.Loggable: logCategory

Method Details [hide private]

__provides__(...)

 
Special descriptor for class __provides__

The descriptor caches the implementedBy info, so that
we can get declarations for objects without instance-specific
interfaces a bit quicker.


Class Variable Details [hide private]

credentialInterfaces

Value:
(<InterfaceClass twisted.cred.credentials.ISSHPrivateKey>)

__implemented__

Value:
<implementedBy flumotion.common.manhole.SSHPublicKeyChecker>