| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Authenticator --+
|
SimpleAuthenticator
A simple configfile-based authenticator.
| Instance Methods | |||
|
|||
|
|||
bool
|
|
||
|
Inherited from |
|||
| Class Variables | |
|
Inherited from |
| Instance Variables | |
dict of str to str
|
store Authentication key-value store (of logins to passwords). |
| Properties | |
|
Inherited from |
| Method Details |
Initialize the authenticator to use (optionally) specified
|
Initialize the authentication store from a "config"-style file. Auth "config" file is parsed with
Example auth file: [auth] someuser = somepass anotheruser = anotherpass
|
Authenticate the login and passcode.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 28 20:30:42 2011 | http://epydoc.sourceforge.net |