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
|
|
twisted.internet.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
|
|
|
|
Inherited from extern.log.log.Loggable :
__providedBy__ ,
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure ,
writeMarker
|