public class AuthenticationToken extends Object implements SmartExternalizable
Constructor and Description |
---|
AuthenticationToken()
Empty construct
|
AuthenticationToken(SessionId sessionId)
Constructs an authentication token with a random session id.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public AuthenticationToken()
public AuthenticationToken(SessionId sessionId)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © GigaSpaces.