Package de.xima.fc.session
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
Fields Modifier and Type Field Description static BackendSessionStore
INSTANCE
-
Constructor Summary
Constructors Constructor Description BackendSessionStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
renewSession(org.pac4j.core.context.WebContext context)
-
-
-
Field Detail
-
INSTANCE
public static final BackendSessionStore INSTANCE
-
-