Uses of Interface
org.apache.shiro.session.SessionListener

Packages that use SessionListener
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
 class SessionListenerAdapter
          Simple adapter implementation of the SessionListener 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
 Collection<SessionListener> AbstractNativeSessionManager.getSessionListeners()
           
 

Method parameters in org.apache.shiro.session.mgt with type arguments of type SessionListener
 void AbstractNativeSessionManager.setSessionListeners(Collection<SessionListener> listeners)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.