Uses of Interface
org.apache.shiro.session.SessionListener
Packages that use SessionListener
Package
Description
Components related to managing sessions, the time-based data contexts in which a Subject
interacts with an application.
SessionManager components supporting enterprise session management.-
Uses of SessionListener in org.apache.shiro.session
Classes in org.apache.shiro.session that implement SessionListenerModifier and TypeClassDescriptionclassSimple 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 SessionListenerMethod parameters in org.apache.shiro.session.mgt with type arguments of type SessionListenerModifier and TypeMethodDescriptionvoidAbstractNativeSessionManager.setSessionListeners(Collection<SessionListener> listeners)