Uses of Interface
org.apache.shiro.session.mgt.NativeSessionManager
-
Packages that use NativeSessionManager Package Description org.apache.shiro.session.mgt SessionManager
components supporting enterprise session management. -
-
Uses of NativeSessionManager in org.apache.shiro.session.mgt
Classes in org.apache.shiro.session.mgt that implement NativeSessionManager Modifier and Type Class Description class
AbstractNativeSessionManager
Abstract implementation supporting theNativeSessionManager
interface, supportingSessionListener
s and application of theglobalSessionTimeout
.class
AbstractValidatingSessionManager
Default business-tier implementation of theValidatingSessionManager
interface.class
DefaultSessionManager
Default business-tier implementation of aValidatingSessionManager
.Constructors in org.apache.shiro.session.mgt with parameters of type NativeSessionManager Constructor Description DelegatingSession(NativeSessionManager sessionManager, SessionKey key)
-