Class SingleSignOnListener
java.lang.Object
org.apache.catalina.authenticator.SingleSignOnListener
- All Implemented Interfaces:
Serializable, EventListener, SessionListener
- Direct Known Subclasses:
ClusterSingleSignOnListener
Listener that notifies the
SingleSignOn valve when a session is destroyed or its ID changes.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSingleSignOnListener(String ssoId) Creates a new SSO listener for the given SSO identifier. -
Method Summary
Modifier and TypeMethodDescriptionvoidsessionEvent(SessionEvent event) Acknowledge the occurrence of the specified event.
-
Constructor Details
-
SingleSignOnListener
Creates a new SSO listener for the given SSO identifier.- Parameters:
ssoId- the SSO identifier associated with this listener
-
-
Method Details
-
sessionEvent
Description copied from interface:SessionListenerAcknowledge the occurrence of the specified event.- Specified by:
sessionEventin interfaceSessionListener- Parameters:
event- SessionEvent that has occurred
-