Trees | Indices | Help |
---|
|
extern.log.log.Loggable --+ | plugs.base.Plug --+ | plugs.base.ComponentPlug --+ | object --+ | | | common.common.InitMixin --+ | BouncerPlug --+ | TrivialBouncerPlug
A very trivial bouncer implementation.
Useful as a concrete bouncer class for which all users are accepted whenever the bouncer is enabled.
|
|||
|
|||
Inherited from Inherited from 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 |
||
Inherited from Inherited from |
|
|||
Inherited from |
|
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.
|
|
keycardClassestuple of all classes of keycards this bouncer can authenticate, in order of preference
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Aug 7 15:02:33 2008 | http://epydoc.sourceforge.net |