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

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

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

Classes in org.apache.shiro.session.mgt that implement SessionValidationScheduler
 class ExecutorServiceSessionValidationScheduler
          SessionValidationScheduler implementation that uses a ScheduledExecutorService to call ValidatingSessionManager.validateSessions() every interval milliseconds.
 

Fields in org.apache.shiro.session.mgt declared as SessionValidationScheduler
protected  SessionValidationScheduler AbstractValidatingSessionManager.sessionValidationScheduler
          Scheduler used to validate sessions on a regular basis.
 

Methods in org.apache.shiro.session.mgt that return SessionValidationScheduler
protected  SessionValidationScheduler AbstractValidatingSessionManager.createSessionValidationScheduler()
           
 SessionValidationScheduler AbstractValidatingSessionManager.getSessionValidationScheduler()
           
 

Methods in org.apache.shiro.session.mgt with parameters of type SessionValidationScheduler
 void AbstractValidatingSessionManager.setSessionValidationScheduler(SessionValidationScheduler sessionValidationScheduler)
           
 



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