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 SessionManager
components 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 class
SessionListenerAdapter
Simple adapter implementation of theSessionListener
interface, 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 void
AbstractNativeSessionManager. setSessionListeners(Collection<SessionListener> listeners)
-