Home | Trees | Index | Help |
---|
Package twisted :: Package conch :: Module authorizer :: Class OpenSSHConchAuthorizer |
|
Accessor
--+ |Authorizer
--+ |DefaultAuthorizer
--+ | OpenSSHConchAuthorizer
Method Summary | |
---|---|
Create a hash of identities. (inherited from DefaultAuthorizer )
| |
__delattr__(self,
k)
(inherited from Accessor )
| |
__getattr__(self,
k)
(inherited from Accessor )
| |
__setattr__(self,
k,
v)
(inherited from Accessor )
| |
Add an identity to me. (inherited from DefaultAuthorizer )
| |
Create an identity of an appropriate type for this Authorizer. (inherited from Authorizer )
| |
get_application(self)
(inherited from Authorizer )
| |
Deferred
|
Return a Deferred that will callback with an Identity for the given name. |
getServiceNamed(self,
name)
(inherited from Authorizer )
| |
*actually* del self.k without incurring side-effects. (inherited from Accessor )
| |
*actually* set self.k to v without incurring side-effects. (inherited from Accessor )
| |
removeIdentity(self,
identityName)
(inherited from DefaultAuthorizer )
| |
Set the application for this authorizer. (inherited from Authorizer )
| |
Set the service collection for this authorizer. (inherited from Authorizer )
|
Class Variable Summary | |
---|---|
class |
OpenSSHConchIdentity
|
Method Details |
---|
getIdentityRequest(self, name)Return a Deferred that will callback with an Identity for the given name. For the purposes of Conch, this should always callback with an Identity to prevent attackers from learning what users are valid and which aren't.
|
Class Variable Details |
---|
OpenSSHConchIdentityOpenSSHConchIdentity = twisted.conch.identity.OpenSSHConchIdentity
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:47:45 2003 | http://epydoc.sf.net |