Home | Trees | Indices | Help |
---|
|
Base class for authentication classes.
An 'Authenticator' object is responsible for determining the authenticity of a user. The inputs to an authentication action depend on the mechanism with which the user communicates with the program -- for instance, a web request, command invocation, or email message.
|
|||
|
|||
|
|
Authenticate for the default user, if one is provided. returns -- The user ID of the default user. |
Authenticate a login web request. 'request' -- A web request containing the user's login information. returns -- The user ID of the authenticated user. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:42 2011 | http://epydoc.sourceforge.net |