Uses of Interface
org.apache.shiro.session.mgt.NativeSessionManager
-
Packages that use NativeSessionManager Package Description org.apache.shiro.session.mgt SessionManagercomponents 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 classAbstractNativeSessionManagerAbstract implementation supporting theNativeSessionManagerinterface, supportingSessionListeners and application of theglobalSessionTimeout.classAbstractValidatingSessionManagerDefault business-tier implementation of theValidatingSessionManagerinterface.classDefaultSessionManagerDefault business-tier implementation of aValidatingSessionManager.Constructors in org.apache.shiro.session.mgt with parameters of type NativeSessionManager Constructor Description DelegatingSession(NativeSessionManager sessionManager, SessionKey key)
-