Class BackendSessionStore
java.lang.Object
org.pac4j.jee.context.session.JEESessionStore
de.xima.fc.session.BackendSessionStore
- All Implemented Interfaces:
org.pac4j.core.context.session.SessionStore
public class BackendSessionStore
extends org.pac4j.jee.context.session.JEESessionStore
The XfcJEESessionStore is a custom session store for JEE environments that allows for session renewal by changing the
session ID.
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
FieldsFields inherited from class org.pac4j.jee.context.session.JEESessionStore
httpSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanrenewSession(org.pac4j.core.context.WebContext context) Methods inherited from class org.pac4j.jee.context.session.JEESessionStore
buildFromTrackableSession, destroySession, get, getNativeSession, getSessionId, getTrackableSession, set
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
BackendSessionStore
public BackendSessionStore()
-
-
Method Details
-
renewSession
public boolean renewSession(org.pac4j.core.context.WebContext context) - Specified by:
renewSessionin interfaceorg.pac4j.core.context.session.SessionStore- Overrides:
renewSessionin classorg.pac4j.jee.context.session.JEESessionStore
-