Class SingleSignOnSessionKey
java.lang.Object
org.apache.catalina.authenticator.SingleSignOnSessionKey
- All Implemented Interfaces:
- Serializable
Key used by SSO to identify a session. This key is used rather than the actual session to facilitate the replication
 of the SSO information across a cluster where replicating the entire session would generate significant, unnecessary
 overhead.
- See Also:
- 
Constructor Details- 
SingleSignOnSessionKey
 
- 
- 
Method Details- 
getSessionId
- 
getContextName
- 
getHostName
- 
hashCode
- 
equals
- 
toString
 
-