Class ClusterSingleSignOnListener
- java.lang.Object
- 
- org.apache.catalina.authenticator.SingleSignOnListener
- 
- org.apache.catalina.ha.authenticator.ClusterSingleSignOnListener
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.util.EventListener,- ReplicatedSessionListener,- SessionListener
 
 public class ClusterSingleSignOnListener extends SingleSignOnListener implements ReplicatedSessionListener Cluster extension ofSingleSignOnListenerthat simply adds the marker interfaceReplicatedSessionListenerwhich allows the listener to be replicated across the cluster along with the session.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ClusterSingleSignOnListener(java.lang.String ssoId)
 - 
Method Summary- 
Methods inherited from class org.apache.catalina.authenticator.SingleSignOnListenersessionEvent
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.catalina.SessionListenersessionEvent
 
- 
 
-