twisted.spread.pb._PortalWrapper(Referenceable, _JellyableAvatarMixin)
class documentationtwisted.spread.pb
View Source
(View In Hierarchy)
Root Referenceable object, used to login to portal.
Method | __init__ | Undocumented |
Method | remote_login | Start of username/password login. |
Method | remote_loginAnonymous | Attempt an anonymous login. |
Inherited from _JellyableAvatarMixin:
Method | _cbLogin | Ensure that the avatar to be returned to the client is jellyable and set up disconnection notification to call the realm's logout object. |
Inherited from _JellyableAvatarMixin:
Method | _cbLogin | Ensure that the avatar to be returned to the client is jellyable and set up disconnection notification to call the realm's logout object. |
Inherited from _JellyableAvatarMixin:
Method | _cbLogin | Ensure that the avatar to be returned to the client is jellyable and set up disconnection notification to call the realm's logout object. |
Inherited from _JellyableAvatarMixin:
Method | _cbLogin | Ensure that the avatar to be returned to the client is jellyable and set up disconnection notification to call the realm's logout object. |
Attempt an anonymous login.
Parameters | mind | An object to use as the mind parameter to the portal login call (possibly None). |
Returns | A Deferred which will be called back with an avatar when login succeeds or
which will be errbacked if login fails somehow. (type: Deferred ) |