Class t.m.m.DirdbmDatabase:

Part of twisted.mail.maildir View Source View In Hierarchy

Implements interfaces: twisted.cred.checkers.ICredentialsChecker
No class docstring
Method __init__ Undocumented
Method requestAvatarId
def __init__(self, dbm): (source)
Undocumented
def requestAvatarId(self, c): (source)
Parameterscredentialssomething which implements one of the interfaces in self.credentialInterfaces.
Returnsa Deferred which will fire a string which identifies an avatar, an empty tuple to specify an authenticated anonymous user (provided as checkers.ANONYMOUS) or fire a Failure(UnauthorizedLogin). Alternatively, return the result itself.
API Documentation for twisted, generated by pydoctor.