Class NoOpSessionStore
java.lang.Object
org.apache.syncope.sra.security.pac4j.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
Fields -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.pac4j.core.context.session.SessionStore> buildFromTrackableSession(org.pac4j.core.context.WebContext webContext, Object o) booleandestroySession(org.pac4j.core.context.WebContext webContext) getSessionId(org.pac4j.core.context.WebContext webContext, boolean b) getTrackableSession(org.pac4j.core.context.WebContext webContext) booleanrenewSession(org.pac4j.core.context.WebContext webContext) void
-
Field Details
-
INSTANCE
-
-
Method Details
-
getSessionId
- Specified by:
getSessionIdin interfaceorg.pac4j.core.context.session.SessionStore
-
get
- Specified by:
getin interfaceorg.pac4j.core.context.session.SessionStore
-
set
- Specified by:
setin interfaceorg.pac4j.core.context.session.SessionStore
-
destroySession
public boolean destroySession(org.pac4j.core.context.WebContext webContext) - Specified by:
destroySessionin interfaceorg.pac4j.core.context.session.SessionStore
-
getTrackableSession
- Specified by:
getTrackableSessionin 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:
buildFromTrackableSessionin interfaceorg.pac4j.core.context.session.SessionStore
-
renewSession
public boolean renewSession(org.pac4j.core.context.WebContext webContext) - Specified by:
renewSessionin interfaceorg.pac4j.core.context.session.SessionStore
-