Home | Trees | Index | Help |
---|
|
Authenticator --+ | XmlDatabaseAuthenticator
|
|||
__init__(self,
database)
Create a new authenticator. |
|||
AuthenticateDefaultUser(self)
Authenticate for the default user, if one is provided. |
|||
AuthenticateWebRequest(self,
request)
Authenticate a login web request. |
|||
AuthenticatePassword(self, user_name, password) |
|
Create a new authenticator. Authentication is performed based on information stored in 'XmlDatabase' instance 'database'. |
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 | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:34 2007 | http://epydoc.sf.net |