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

Packages that use SessionFactory
org.apache.shiro.session.mgt SessionManager components supporting enterprise session management. 
 

Uses of SessionFactory in org.apache.shiro.session.mgt
 

Classes in org.apache.shiro.session.mgt that implement SessionFactory
 class SimpleSessionFactory
          SessionFactory implementation that generates SimpleSession instances.
 

Methods in org.apache.shiro.session.mgt that return SessionFactory
 SessionFactory DefaultSessionManager.getSessionFactory()
          Returns the SessionFactory used to generate new Session instances.
 

Methods in org.apache.shiro.session.mgt with parameters of type SessionFactory
 void DefaultSessionManager.setSessionFactory(SessionFactory sessionFactory)
          Sets the SessionFactory used to generate new Session instances.
 



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