Uses of Interface
org.apache.shiro.session.SessionListener
-
Packages that use SessionListener Package Description org.apache.shiro.session Components related to managing sessions, the time-based data contexts in which a Subject interacts with an application.org.apache.shiro.session.mgt SessionManagercomponents supporting enterprise session management. -
-
Uses of SessionListener in org.apache.shiro.session
Classes in org.apache.shiro.session that implement SessionListener Modifier and Type Class Description classSessionListenerAdapterSimple adapter implementation of theSessionListenerinterface, effectively providing no-op implementations of all methods. -
Uses of SessionListener in org.apache.shiro.session.mgt
Methods in org.apache.shiro.session.mgt that return types with arguments of type SessionListener Modifier and Type Method Description Collection<SessionListener>AbstractNativeSessionManager. getSessionListeners()Method parameters in org.apache.shiro.session.mgt with type arguments of type SessionListener Modifier and Type Method Description voidAbstractNativeSessionManager. setSessionListeners(Collection<SessionListener> listeners)
-