Uses of Class
org.apache.catalina.SessionEvent
-
Packages that use SessionEvent Package Description com.sun.enterprise.security.web org.apache.catalina org.apache.catalina.authenticator This package containsAuthenticatorimplementations for the various supported authentication methods (BASIC, DIGEST, and FORM).org.apache.catalina.connector -
-
Uses of SessionEvent in com.sun.enterprise.security.web
Methods in com.sun.enterprise.security.web with parameters of type SessionEvent Modifier and Type Method Description voidGlassFishSingleSignOn. sessionEvent(SessionEvent event)Acknowledge the occurrence of the specified event. -
Uses of SessionEvent in org.apache.catalina
Methods in org.apache.catalina with parameters of type SessionEvent Modifier and Type Method Description voidSessionListener. sessionEvent(SessionEvent event)Acknowledge the occurrence of the specified event. -
Uses of SessionEvent in org.apache.catalina.authenticator
Methods in org.apache.catalina.authenticator with parameters of type SessionEvent Modifier and Type Method Description voidSingleSignOn. sessionEvent(SessionEvent event)Acknowledge the occurrence of the specified event. -
Uses of SessionEvent in org.apache.catalina.connector
Methods in org.apache.catalina.connector with parameters of type SessionEvent Modifier and Type Method Description voidSessionTracker. sessionEvent(SessionEvent event)Processes the given session event, by unregistering this SessionTracker as a session listener from the session that is the source of the event, and by decrementing the counter of currently tracked sessions.
-