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 Summary
Constructors -
Method Summary
Methods inherited from class SingleSignOnListener
sessionEvent
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface SessionListener
sessionEvent
-
Constructor Details
-
ClusterSingleSignOnListener
-