Package twisted :: Package sibling :: Module siblingserv :: Class TicketAuthorizer
[frames | no frames]

Class TicketAuthorizer

 Accessor --+        
            |        
   Authorizer --+    
                |    
DefaultAuthorizer --+
                    |
                   TicketAuthorizer


Method Summary
  loadIdentity(self, identityName, keys)
    Inherited from DefaultAuthorizer
  __init__(self, serviceCollection)
Create a hash of identities.
  addIdentity(self, identity)
Add an identity to me.
  getIdentityRequest(self, name)
Get a Deferred callback registration object.
  removeIdentity(self, identityName)
    Inherited from Authorizer
  createIdentity(self, name)
Create an identity of an appropriate type for this Authorizer.
  get_application(self)
  getServiceNamed(self, name)
  setApplication(self, app)
Set the application for this authorizer.
  setServiceCollection(self, collection)
Set the service collection for this authorizer.
    Inherited from Accessor
  __delattr__(self, k)
  __getattr__(self, k)
  __setattr__(self, k, v)
  reallyDel(self, k)
*actually* del self.k without incurring side-effects.
  reallySet(self, k, v)
*actually* set self.k to v without incurring side-effects.

Instance Variable Summary
    Inherited from Authorizer
_AbstractServiceCollection serviceCollection: The set of services that are using this authorizer.

Generated by Epydoc 2.0 on Sat Sep 13 04:21:05 2003 http://epydoc.sf.net