| 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 |
|||
|
|||
|
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.).
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Sep 22 12:47:30 2013 | http://epydoc.sourceforge.net |