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). |
|
|||
bool
|
|
||
unicode ,`unicode` tuple.
|
|
||
Inherited from |
|
|||
Inherited from |
|
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.).
|
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.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 28 20:11:46 2019 | http://epydoc.sourceforge.net |