Uses of Interface
org.apache.shiro.session.mgt.SessionFactory
-
Packages that use SessionFactory Package Description org.apache.shiro.session.mgt SessionManagercomponents supporting enterprise session management. -
-
Uses of SessionFactory in org.apache.shiro.session.mgt
Classes in org.apache.shiro.session.mgt that implement SessionFactory Modifier and Type Class Description classSimpleSessionFactorySessionFactoryimplementation that generatesSimpleSessioninstances.Methods in org.apache.shiro.session.mgt that return SessionFactory Modifier and Type Method Description SessionFactoryDefaultSessionManager. getSessionFactory()Returns theSessionFactoryused to generate newSessioninstances.Methods in org.apache.shiro.session.mgt with parameters of type SessionFactory Modifier and Type Method Description voidDefaultSessionManager. setSessionFactory(SessionFactory sessionFactory)Sets theSessionFactoryused to generate newSessioninstances.
-