I am a portal for an FPB server using a bouncer to decide on FPB
client access.
|
|
__init__(self,
realm,
bouncer)
Create a BouncerPortal to a twisted.cred.portal.IRealm. |
source code
|
|
defer.Deferred firing list of str
|
getKeycardClasses(self)
Return the Keycard interfaces supported by this portal's bouncer. |
source code
|
|
|
|
login(self,
keycard,
mind,
*ifaces)
Log in the keycard to the portal using the bouncer. |
source code
|
|
|
|
| _authenticateCallback(self,
result,
mind,
*ifaces) |
source code
|
|
|
Inherited from common.log.Loggable:
__providedBy__,
debug,
doLog,
error,
info,
log,
logFunction,
logObjectName,
warning,
warningFailure
|