| 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 |
WebContext.getSessionStore()
Get the session store.
|
SessionStore |
J2EContext.getSessionStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebContext.setSessionStore(SessionStore sessionStore)
Deprecated.
|
void |
J2EContext.setSessionStore(SessionStore sessionStore) |
| Constructor and Description |
|---|
J2EContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SessionStore<J2EContext> sessionStore)
Build a J2E context from the current HTTP request and response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
J2ESessionStore
Store data in the J2E web session.
|
| Modifier and Type | Method and Description |
|---|---|
SessionStore<C> |
SessionStore.buildFromTrackableSession(C context,
Object trackableSession)
Build a new session store from a trackable session.
|
SessionStore<J2EContext> |
J2ESessionStore.buildFromTrackableSession(J2EContext context,
Object trackableSession) |
Copyright © 2017. All Rights Reserved.