Class ClusterSingleSignOnListener
java.lang.Object
org.apache.catalina.authenticator.SingleSignOnListener
org.apache.catalina.ha.authenticator.ClusterSingleSignOnListener
- All Implemented Interfaces:
- Serializable,- EventListener,- ReplicatedSessionListener,- SessionListener
public class ClusterSingleSignOnListener
extends SingleSignOnListener
implements ReplicatedSessionListener
Cluster extension of 
SingleSignOnListener that simply adds the marker interface
 ReplicatedSessionListener which allows the listener to be replicated across the cluster along with the
 session.- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.catalina.authenticator.SingleSignOnListenersessionEventMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.catalina.SessionListenersessionEvent
- 
Constructor Details- 
ClusterSingleSignOnListener
 
-