Class SingleSignOnListener
- java.lang.Object
- 
- org.apache.catalina.authenticator.SingleSignOnListener
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.util.EventListener,- SessionListener
 - Direct Known Subclasses:
- ClusterSingleSignOnListener
 
 public class SingleSignOnListener extends java.lang.Object implements SessionListener, java.io.Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description SingleSignOnListener(java.lang.String ssoId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsessionEvent(SessionEvent event)Acknowledge the occurrence of the specified event.
 
- 
- 
- 
Method Detail- 
sessionEventpublic void sessionEvent(SessionEvent event) Description copied from interface:SessionListenerAcknowledge the occurrence of the specified event.- Specified by:
- sessionEventin interface- SessionListener
- Parameters:
- event- SessionEvent that has occurred
 
 
- 
 
-