class DirdbmDatabase: (source)
Implements interfaces: twisted.cred.checkers.ICredentialsChecker
DirDBM database.| Method | __init__ |
|
| Method | requestAvatarId |
Authenticate a user and, if successful, return their username. |
| Class Variable | credentialInterfaces |
A list of sub-interfaces of ICredentials which specifies which I may check. |
| Instance Variable | dirdbm |
An authentication database. |
| Parameters | |
c:IUsernamePassword or IUsernameHashedPassword provider. | Credentials. |
| Returns | |
bytes | A string which identifies an user. |
| Raises | |
UnauthorizedLogin | When the credentials check fails. |
ICredentials which specifies which I may check.