An authenticator based on contents of the XML user database.
Methods
|
|
AuthenticateDefaultUser
AuthenticatePassword
AuthenticateWebRequest
__init__
|
|
AuthenticateDefaultUser
|
AuthenticateDefaultUser ( self )
|
|
AuthenticatePassword
|
AuthenticatePassword (
self,
user_name,
password,
)
Exceptions
|
|
AccountDisabledError, user_name
AuthenticationError, "invalid user name/password"
|
|
|
AuthenticateWebRequest
|
AuthenticateWebRequest ( self, request )
|
|
__init__
|
__init__ ( self, database )
Create a new authenticator.
Authentication is performed based on information stored in
XmlDatabase instance database .
|
|