Class NoOpSessionStore
java.lang.Object
org.apache.syncope.core.logic.oidc.NoOpSessionStore
- All Implemented Interfaces:
org.pac4j.core.context.session.SessionStore
public final class NoOpSessionStore
extends Object
implements org.pac4j.core.context.session.SessionStore
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionOptional
<org.pac4j.core.context.session.SessionStore> buildFromTrackableSession
(org.pac4j.core.context.WebContext webContext, Object o) boolean
destroySession
(org.pac4j.core.context.WebContext webContext) getSessionId
(org.pac4j.core.context.WebContext webContext, boolean b) getTrackableSession
(org.pac4j.core.context.WebContext webContext) boolean
renewSession
(org.pac4j.core.context.WebContext webContext) void
-
Field Details
-
INSTANCE
-
-
Method Details
-
getSessionId
- Specified by:
getSessionId
in interfaceorg.pac4j.core.context.session.SessionStore
-
get
- Specified by:
get
in interfaceorg.pac4j.core.context.session.SessionStore
-
set
- Specified by:
set
in interfaceorg.pac4j.core.context.session.SessionStore
-
destroySession
public boolean destroySession(org.pac4j.core.context.WebContext webContext) - Specified by:
destroySession
in interfaceorg.pac4j.core.context.session.SessionStore
-
getTrackableSession
- Specified by:
getTrackableSession
in interfaceorg.pac4j.core.context.session.SessionStore
-
buildFromTrackableSession
public Optional<org.pac4j.core.context.session.SessionStore> buildFromTrackableSession(org.pac4j.core.context.WebContext webContext, Object o) - Specified by:
buildFromTrackableSession
in interfaceorg.pac4j.core.context.session.SessionStore
-
renewSession
public boolean renewSession(org.pac4j.core.context.WebContext webContext) - Specified by:
renewSession
in interfaceorg.pac4j.core.context.session.SessionStore
-