Package | Description |
---|---|
org.apache.shiro.session.mgt |
SessionManager components supporting enterprise session management. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleSessionFactory
SessionFactory implementation that generates SimpleSession instances. |
Modifier and Type | Method and Description |
---|---|
SessionFactory |
DefaultSessionManager.getSessionFactory()
Returns the
SessionFactory used to generate new Session instances. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSessionManager.setSessionFactory(SessionFactory sessionFactory)
Sets the
SessionFactory used to generate new Session instances. |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.