Trees | Indices | Help |
---|
|
extern.log.log.Loggable --+ | plugs.base.Plug --+ | plugs.base.ComponentPlug --+ | object --+ | | | common.common.InitMixin --+ | BouncerPlug
I am the base class for all bouncer plugs.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
tuple of flumotion.common.keycards.Keycard class objects |
keycardClasses =
tuple of all classes of keycards this bouncer can authenticate, in order of preference |
||
logCategory =
Implementors can provide a category to log their messages under. |
|||
KEYCARD_EXPIRE_INTERVAL = 120
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
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. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Aug 7 15:45:37 2008 | http://epydoc.sourceforge.net |