public class SingleSignOnSessionKey
extends java.lang.Object
implements java.io.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.