| Package | Description |
|---|---|
| org.pac4j.core.config | |
| org.pac4j.core.context | |
| org.pac4j.core.context.session |
| Modifier and Type | Field and Description |
|---|---|
protected SessionStore |
Config.sessionStore |
| Modifier and Type | Method and Description |
|---|---|
SessionStore |
Config.getSessionStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
Config.setSessionStore(SessionStore sessionStore) |
| Modifier and Type | Method and Description |
|---|---|
SessionStore |
J2ERequestContext.getSessionStore()
Deprecated.
|
SessionStore |
J2EContext.getSessionStore() |
| Constructor and Description |
|---|
J2EContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SessionStore sessionStore)
Build a J2E context from the current HTTP request and response.
|
J2ERequestContext(javax.servlet.http.HttpServletRequest request,
SessionStore sessionStore)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
J2ESessionStore
Store data in the J2E session.
|
Copyright © 2016. All Rights Reserved.