Uses of Interface
org.apache.shiro.session.mgt.SessionValidationScheduler
-
Packages that use SessionValidationScheduler Package Description org.apache.shiro.session.mgt SessionManagercomponents supporting enterprise session management. -
-
Uses of SessionValidationScheduler in org.apache.shiro.session.mgt
Classes in org.apache.shiro.session.mgt that implement SessionValidationScheduler Modifier and Type Class Description classExecutorServiceSessionValidationSchedulerSessionValidationScheduler implementation that uses aScheduledExecutorServiceto callValidatingSessionManager.validateSessions()everyintervalmilliseconds.Fields in org.apache.shiro.session.mgt declared as SessionValidationScheduler Modifier and Type Field Description protected SessionValidationSchedulerAbstractValidatingSessionManager. sessionValidationSchedulerScheduler used to validate sessions on a regular basis.Methods in org.apache.shiro.session.mgt that return SessionValidationScheduler Modifier and Type Method Description protected SessionValidationSchedulerAbstractValidatingSessionManager. createSessionValidationScheduler()SessionValidationSchedulerAbstractValidatingSessionManager. getSessionValidationScheduler()Methods in org.apache.shiro.session.mgt with parameters of type SessionValidationScheduler Modifier and Type Method Description voidAbstractValidatingSessionManager. setSessionValidationScheduler(SessionValidationScheduler sessionValidationScheduler)
-