authenticatorPlugins
(type:
tuple
)
()
credentialsPlugins
(type:
tuple
)
()
registrationManager
(type:
property
)
<property object at 0x410777ac>
authenticate(request)
get(key, default=None)
See interface IReadContainer
getAuthenticatorPlugins()
getCredentialsPlugins()
getPrincipal(id)
getQueriables()
has_key(key)
See interface IReadContainer
Reimplement this method, since has_key() returns the key if available, while we expect True or False.
>>> c = BTreeContainer() >>> "a" in c False >>> c["a"] = 1 >>> "a" in c True >>> "A" in c False
items()
See interface IReadContainer
keys()
See interface IReadContainer
logout(request)
unauthenticatedPrincipal()
unauthorized(id, request)
values()
See interface IReadContainer
There are no known subclasses.