| 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 0x7efe4d856790>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7efe4d8
|
|||
_abc_negative_cache_version = 26hash(x) |
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7efe4d856750>
|
|||
|
|||
|
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 Mon Jul 8 13:43:01 2024 | http://epydoc.sourceforge.net |