| Home | Trees | Index | Help |
|---|
| Package twisted :: Package cred :: Module authorizer :: Class DefaultAuthorizer |
|
OriginalAccessor--+ |Authorizer--+ | DefaultAuthorizer
OpenSSHConchAuthorizer,
TicketAuthorizerI am an authorizer which requires no external dependencies.
I am implemented as a hash of Identities.| Method Summary | |
|---|---|
Create a hash of identities. | |
(inherited from OriginalAccessor)
| |
(inherited from OriginalAccessor)
| |
(inherited from OriginalAccessor)
| |
Add an identity to me. | |
Create an identity of an appropriate type for this Authorizer. (inherited from Authorizer)
| |
(inherited from Authorizer)
| |
Get a Deferred callback registration object. | |
(inherited from Authorizer)
| |
*actually* del self.k without incurring side-effects. (inherited from OriginalAccessor)
| |
*actually* set self.k to v without incurring side-effects. (inherited from OriginalAccessor)
| |
removeIdentity(self,
identityName)
| |
Set the application for this authorizer. (inherited from Authorizer)
| |
Set the service collection for this authorizer. (inherited from Authorizer)
| |
| Method Details |
|---|
__init__(self,
serviceCollection=None)
Create a hash of identities.
|
addIdentity(self, identity)Add an identity to me. |
getIdentityRequest(self, name)Get a Deferred callback registration object. I return adeferred<twisted.internet.defer.Deferred>
which will be called back to when an identity is discovered to be
available (or errback for unavailable).
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:06 2003 | http://epydoc.sf.net |