| Trees | Indices | Help |
|---|
|
|
object --+
|
common.common.InitMixin --+
|
extern.log.log.Loggable --+
|
component.BaseComponent --+
|
bouncer.Bouncer --+
|
IcalBouncer
|
|||
| tuple of flumotion.common.keycards.Keycard class objects |
keycardClasses tuple of all classes of keycards this bouncer can authenticate, in order of preference |
||
|
Inherited from |
|||
|
|||
logCategory = Implementors can provide a category to log their messages under. |
|||
events =
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Subclasses can implement me to set up the component before it is started. It should set up the component, possibly opening files and resources. Non-programming errors should not be raised, but returned as a failing deferred. The return value may be a deferred.
|
Must be overridden by subclasses. Authenticate the given keycard. Return the keycard with state AUTHENTICATED to authenticate, with state REQUESTING to continue the authentication process, or None to deny the keycard, or a deferred which should have the same eventual value.
|
BaseComponent vmethod for stopping. The component should do any cleanup it needs, but must not set the component's mood to sleeping.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jul 26 09:42:52 2008 | http://epydoc.sourceforge.net |