Class SingleSignOnSessionKey
- java.lang.Object
-
- org.apache.catalina.authenticator.SingleSignOnSessionKey
-
- All Implemented Interfaces:
Serializable
public class SingleSignOnSessionKey extends Object implements 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SingleSignOnSessionKey(Session session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getContextName()
String
getHostName()
String
getSessionId()
int
hashCode()
String
toString()
-