Uses of Interface
org.apache.shiro.session.mgt.SessionFactory
Packages that use SessionFactory
-
Uses of SessionFactory in org.apache.shiro.session.mgt
Classes in org.apache.shiro.session.mgt that implement SessionFactoryModifier and TypeClassDescriptionclassSessionFactoryimplementation that generatesSimpleSessioninstances.Methods in org.apache.shiro.session.mgt that return SessionFactoryModifier and TypeMethodDescriptionDefaultSessionManager.getSessionFactory()Returns theSessionFactoryused to generate newSessioninstances.Methods in org.apache.shiro.session.mgt with parameters of type SessionFactoryModifier and TypeMethodDescriptionvoidDefaultSessionManager.setSessionFactory(SessionFactory sessionFactory) Sets theSessionFactoryused to generate newSessioninstances.