Package | Description |
---|---|
org.apache.shiro.session.mgt |
SessionManager components supporting enterprise session management. |
org.apache.shiro.spring.boot.autoconfigure | |
org.apache.shiro.spring.config | |
org.apache.shiro.spring.config.web.autoconfigure | |
org.apache.shiro.spring.web.config |
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. |
Modifier and Type | Method and Description |
---|---|
protected SessionFactory |
ShiroAutoConfiguration.sessionFactory() |
Modifier and Type | Method and Description |
---|---|
protected SessionFactory |
ShiroConfiguration.sessionFactory() |
protected SessionFactory |
AbstractShiroConfiguration.sessionFactory() |
Modifier and Type | Method and Description |
---|---|
protected SessionFactory |
ShiroWebAutoConfiguration.sessionFactory() |
Modifier and Type | Method and Description |
---|---|
protected SessionFactory |
ShiroWebConfiguration.sessionFactory() |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.