Class FRQSessionStore
java.lang.Object
de.xima.fc.session.FRQSessionStore
- All Implemented Interfaces:
org.pac4j.core.context.session.SessionStore
- Direct Known Subclasses:
FRQSessionStore
Pac4j
SessionStore implementation for FRQSessions- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.pac4j.core.context.session.SessionStore> buildFromTrackableSession(org.pac4j.core.context.WebContext context, Object trackableSession) booleandestroySession(org.pac4j.core.context.WebContext context) static FRQSessiongetSession(javax.servlet.http.HttpServletRequest req) getSessionId(org.pac4j.core.context.WebContext context, boolean createSession) getTrackableSession(org.pac4j.core.context.WebContext context) booleanrenewSession(org.pac4j.core.context.WebContext context) void
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
FRQSessionStore
public FRQSessionStore() -
FRQSessionStore
- Parameters:
frqSession- theFRQSession
-
-
Method Details
-
getSessionId
-
get
-
set
-
destroySession
public boolean destroySession(org.pac4j.core.context.WebContext context) - Specified by:
destroySessionin interfaceorg.pac4j.core.context.session.SessionStore
-
getTrackableSession
-
buildFromTrackableSession
-
renewSession
public boolean renewSession(org.pac4j.core.context.WebContext context) - Specified by:
renewSessionin interfaceorg.pac4j.core.context.session.SessionStore
-
getSession
-