Package com.gigaspaces.security.session
Class SessionId
java.lang.Object
com.gigaspaces.security.session.SessionId
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
Represents a unique identifier for an established session.
- Since:
- 7.0.1
- Author:
- Moran Avigdor
- See Also:
-
Constructor Details
-
SessionId
public SessionId()Constructs an empty session Id.
-
-
Method Details
-
generateIdentifier
Generate a session Id to be used throughout the established session. The Id is generated using a cryptographically strong pseudo random number generator. -
hashCode
public int hashCode() -
equals
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-