Uses of Interface
org.apache.shiro.session.mgt.ValidatingSessionManager

Packages that use ValidatingSessionManager
org.apache.shiro.session.mgt SessionManager components supporting enterprise session management. 
 

Uses of ValidatingSessionManager in org.apache.shiro.session.mgt
 

Classes in org.apache.shiro.session.mgt that implement ValidatingSessionManager
 class AbstractValidatingSessionManager
          Default business-tier implementation of the ValidatingSessionManager interface.
 class DefaultSessionManager
          Default business-tier implementation of a ValidatingSessionManager.
 

Methods in org.apache.shiro.session.mgt that return ValidatingSessionManager
 ValidatingSessionManager ExecutorServiceSessionValidationScheduler.getSessionManager()
           
 

Methods in org.apache.shiro.session.mgt with parameters of type ValidatingSessionManager
 void ExecutorServiceSessionValidationScheduler.setSessionManager(ValidatingSessionManager sessionManager)
           
 

Constructors in org.apache.shiro.session.mgt with parameters of type ValidatingSessionManager
ExecutorServiceSessionValidationScheduler(ValidatingSessionManager sessionManager)
           
 



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