Uses of Interface
org.apache.shiro.session.mgt.SessionFactory
-
Packages that use SessionFactory Package Description 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 Modifier and Type Class Description class
SimpleSessionFactory
SessionFactory
implementation that generatesSimpleSession
instances.Methods in org.apache.shiro.session.mgt that return SessionFactory Modifier and Type Method Description SessionFactory
DefaultSessionManager. getSessionFactory()
Returns theSessionFactory
used to generate newSession
instances.Methods in org.apache.shiro.session.mgt with parameters of type SessionFactory Modifier and Type Method Description void
DefaultSessionManager. setSessionFactory(SessionFactory sessionFactory)
Sets theSessionFactory
used to generate newSession
instances.
-