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

Packages that use NativeSessionManager
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
 class AbstractNativeSessionManager
          Abstract implementation supporting the NativeSessionManager interface, supporting SessionListeners and application of the globalSessionTimeout.
 class AbstractValidatingSessionManager
          Default business-tier implementation of the ValidatingSessionManager interface.
 class DefaultSessionManager
          Default business-tier implementation of a ValidatingSessionManager.
 

Constructors in org.apache.shiro.session.mgt with parameters of type NativeSessionManager
DelegatingSession(NativeSessionManager sessionManager, SessionKey key)
           
 



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