Uses of Interface
org.apache.shiro.session.mgt.ValidatingSessionManager
-
Packages that use ValidatingSessionManager Package Description 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 Modifier and Type Class Description class
AbstractValidatingSessionManager
Default business-tier implementation of theValidatingSessionManager
interface.class
DefaultSessionManager
Default business-tier implementation of aValidatingSessionManager
.Methods in org.apache.shiro.session.mgt that return ValidatingSessionManager Modifier and Type Method Description ValidatingSessionManager
ExecutorServiceSessionValidationScheduler. getSessionManager()
Methods in org.apache.shiro.session.mgt with parameters of type ValidatingSessionManager Modifier and Type Method Description void
ExecutorServiceSessionValidationScheduler. setSessionManager(ValidatingSessionManager sessionManager)
Constructors in org.apache.shiro.session.mgt with parameters of type ValidatingSessionManager Constructor Description ExecutorServiceSessionValidationScheduler(ValidatingSessionManager sessionManager)
-