class documentation
class _PortalWrapper(Referenceable, _JellyableAvatarMixin): (source)
Constructor: _PortalWrapper(portal, broker)
Root Referenceable object, used to login to portal.
Method | __init__ |
Undocumented |
Method | remote |
Start of username/password login. |
Method | remote_login |
Attempt an anonymous login. |
Instance Variable | broker |
Undocumented |
Instance Variable | portal |
Undocumented |
Inherited from Referenceable
:
Method | jelly |
(internal) |
Method | remote |
A remote message has been received. Dispatch it appropriately. |
Class Variable | perspective |
I am an object sent remotely as a direct reference. |
Inherited from Serializable
(via Referenceable
):
Method | process |
Return an ID which uniquely represents this object for this process. |
Inherited from Jellyable
(via Referenceable
, Serializable
):
Method | get |
Undocumented |
Inherited from _JellyableAvatarMixin
(via Referenceable
, Serializable
, Jellyable
):
Method | _cb |
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 | |
Deferred | A Deferred which will be called back with an avatar when login succeeds or which will be errbacked if login fails somehow. |