class documentation

class _StupidRealm: (source)

Implements interfaces: twisted.cred.portal.IRealm

View In Hierarchy

Undocumented

Method __init__ Undocumented
Instance Variable protocolFactory Undocumented
Instance Variable protocolArgs Undocumented
Instance Variable protocolKwArgs Undocumented
Method requestAvatar Return avatar which provides one of the given interfaces.
def __init__(self, proto, *a, **kw): (source)

Undocumented

protocolFactory = (source)

Undocumented

protocolArgs = (source)

Undocumented

protocolKwArgs = (source)

Undocumented

def requestAvatar(self, avatarId, *interfaces): (source)

Return avatar which provides one of the given interfaces.

ParametersavatarIda string that identifies an avatar, as returned by ICredentialsChecker.requestAvatarId (via a Deferred). Alternatively, it may be twisted.cred.checkers.ANONYMOUS.
interfacesthe interface(s) the returned avatar should implement, e.g. IMailAccount. See the description of Portal.login.
mindusually None. See the description of mind in Portal.login.
Returnsa deferred which will fire a tuple of (interface, avatarAspect, logout), or the tuple itself. The interface will be one of the interfaces passed in the 'interfaces' argument. The 'avatarAspect' will implement that interface. The 'logout' object is a callable which will detach the mind from the avatar.
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.