public class AuthenticationToken extends Object implements Externalizable
| 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)  | 
void | 
writeExternal(ObjectOutput out)  | 
public AuthenticationToken()
public AuthenticationToken(SessionId sessionId)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © GigaSpaces.