Home | Trees | Indices | Help |
|
---|
|
Password database interface.
PasswordDatabase object is responsible for providing or verification of user authentication credentials on a server.
All the methods of the PasswordDatabase may be overridden in derived classes for specific authentication and authorization policy.
|
|||
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
|||
unicode ,`unicode` tuple.
|
|
||
bool
|
|
||
Inherited from |
|
|||
__abstractmethods__ =
|
|||
_abc_cache = <_weakrefset.WeakSet object at 0x7f52caad4a90>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7f52caa
|
|||
_abc_negative_cache_version = 26 hash(x) |
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7f52caad4a50>
|
|
|||
Inherited from |
|
Get the password for user authentication. By default returns (None, None) providing no password. Should be overridden in derived classes unless only check_password functionality is available.
|
Check the password validity. Used by plain-text authentication mechanisms. Default implementation: retrieve a "plain" password for the May be overridden e.g. to check the password against some external authentication mechanism (PAM, LDAP, etc.).
|
|
_abc_negative_cache
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Sep 22 13:35:58 2022 | http://epydoc.sourceforge.net |