|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||