Uses of Interface
org.apache.catalina.SessionListener
-
Packages that use SessionListener 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 org.apache.catalina.session This package contains the standardManagerandSessionimplementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with aContext.org.glassfish.web.ha.authenticator -
-
Uses of SessionListener in com.sun.enterprise.security.web
Classes in com.sun.enterprise.security.web that implement SessionListener Modifier and Type Class Description classGlassFishSingleSignOnA Valve that supports a "single sign on" user experience, where the security identity of a user who successfully authenticates to one web application is propogated to other web applications in the same security domain. -
Uses of SessionListener in org.apache.catalina
Methods in org.apache.catalina with parameters of type SessionListener Modifier and Type Method Description voidSession. addSessionListener(SessionListener listener)Add a session event listener to this component.voidSession. removeSessionListener(SessionListener listener)Remove a session event listener from this component. -
Uses of SessionListener in org.apache.catalina.authenticator
Classes in org.apache.catalina.authenticator that implement SessionListener Modifier and Type Class Description classSingleSignOnA Valve that supports a "single sign on" user experience, where the security identity of a user who successfully authenticates to one web application is propagated to other web applications in the same security domain. -
Uses of SessionListener in org.apache.catalina.connector
Classes in org.apache.catalina.connector that implement SessionListener Modifier and Type Class Description classSessionTrackerClass responsible for keeping track of the total number of active sessions associated with an HTTP request. -
Uses of SessionListener in org.apache.catalina.session
Fields in org.apache.catalina.session with type parameters of type SessionListener Modifier and Type Field Description protected ArrayList<SessionListener>StandardSession. listenersThe session event listeners for this Session.Methods in org.apache.catalina.session with parameters of type SessionListener Modifier and Type Method Description voidStandardSession. addSessionListener(SessionListener listener)Add a session event listener to this component.voidStandardSession. removeSessionListener(SessionListener listener)Remove a session event listener from this component. -
Uses of SessionListener in org.glassfish.web.ha.authenticator
Classes in org.glassfish.web.ha.authenticator that implement SessionListener Modifier and Type Class Description classHASingleSignOn
-