com.threerings.presents.net
Class AuthResponseData

java.lang.Object
  extended by com.threerings.presents.dobj.DObject
      extended by com.threerings.presents.net.AuthResponseData
All Implemented Interfaces:
Streamable

public class AuthResponseData
extends DObject

An AuthResponseData object is communicated back to the client along with an authentication response. It contains an indicator of authentication success or failure along with bootstrap information for the client.


Field Summary
 String code
          Either the SUCCESS constant or a reason code indicating why the authentication failed.
static String SUCCESS
          The constant used to indicate a successful authentication.
 
Fields inherited from class com.threerings.presents.dobj.DObject
_controller, _deathWish, _fields, _ftable, _listeners, _locattrs, _locks, _oid, _omgr, _scount, _subs, _tcancelled, _tcount, _tevent, FIELD_COMP, NO_ATTRS
 
Constructor Summary
AuthResponseData()
           
 
Method Summary
 
Methods inherited from class com.threerings.presents.dobj.DObject
acquireLock, addListener, addListener, addSubscriber, addToSet, cancelTransaction, changeAttribute, checkPermissions, checkPermissions, clearLock, clearTransaction, commitTransaction, destroy, getAccessController, getAttribute, getField, getListenerIndex, getLocal, getLocals, getManager, getOid, getSet, inTransaction, isActive, notifyListeners, notifyProxies, postEvent, postMessage, postMessage, releaseLock, removeFromSet, removeListener, removeSubscriber, requestAttributeChange, requestAttributeChange, requestElementUpdate, requestElementUpdate, requestEntryAdd, requestEntryRemove, requestEntryUpdate, requestEntryUpdate, requestOidAdd, requestOidRemove, setAccessController, setAttribute, setDestroyOnLastSubscriberRemoved, setLocal, setManager, setOid, startTransaction, toString, toString, updateSet, which, which
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SUCCESS

public static final String SUCCESS
The constant used to indicate a successful authentication.

See Also:
Constant Field Values

code

public String code
Either the SUCCESS constant or a reason code indicating why the authentication failed.

Constructor Detail

AuthResponseData

public AuthResponseData()