Package org.pac4j.jee.context.session
Class JEESessionStore
java.lang.Object
org.pac4j.jee.context.session.JEESessionStore
- All Implemented Interfaces:
org.pac4j.core.context.session.SessionStore
@Deprecated
public class JEESessionStore
extends Object
implements org.pac4j.core.context.session.SessionStore
Deprecated.
Store data in the JEE web session.
You should upgrade to the new
pac4j-jakartaee module.- Since:
- 1.8.1
- Author:
- Jerome Leleu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected javax.servlet.http.HttpSessionDeprecated.static final JEESessionStoreDeprecated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.protectedJEESessionStore(javax.servlet.http.HttpSession httpSession) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.pac4j.core.context.session.SessionStore>buildFromTrackableSession(org.pac4j.core.context.WebContext context, Object trackableSession) Deprecated.booleandestroySession(org.pac4j.core.context.WebContext context) Deprecated.Deprecated.protected Optional<javax.servlet.http.HttpSession>getNativeSession(org.pac4j.core.context.WebContext context, boolean createSession) Deprecated.getSessionId(org.pac4j.core.context.WebContext context, boolean createSession) Deprecated.getTrackableSession(org.pac4j.core.context.WebContext context) Deprecated.booleanrenewSession(org.pac4j.core.context.WebContext context) Deprecated.voidDeprecated.
-
Field Details
-
INSTANCE
Deprecated. -
httpSession
protected javax.servlet.http.HttpSession httpSessionDeprecated.
-
-
Constructor Details
-
JEESessionStore
protected JEESessionStore()Deprecated. -
JEESessionStore
protected JEESessionStore(javax.servlet.http.HttpSession httpSession) Deprecated.
-
-
Method Details
-
getNativeSession
protected Optional<javax.servlet.http.HttpSession> getNativeSession(org.pac4j.core.context.WebContext context, boolean createSession) Deprecated. -
getSessionId
public Optional<String> getSessionId(org.pac4j.core.context.WebContext context, boolean createSession) Deprecated.- Specified by:
getSessionIdin interfaceorg.pac4j.core.context.session.SessionStore
-
get
Deprecated.- Specified by:
getin interfaceorg.pac4j.core.context.session.SessionStore
-
set
Deprecated.- Specified by:
setin interfaceorg.pac4j.core.context.session.SessionStore
-
destroySession
public boolean destroySession(org.pac4j.core.context.WebContext context) Deprecated.- Specified by:
destroySessionin interfaceorg.pac4j.core.context.session.SessionStore
-
getTrackableSession
Deprecated.- Specified by:
getTrackableSessionin interfaceorg.pac4j.core.context.session.SessionStore
-
buildFromTrackableSession
public Optional<org.pac4j.core.context.session.SessionStore> buildFromTrackableSession(org.pac4j.core.context.WebContext context, Object trackableSession) Deprecated.- Specified by:
buildFromTrackableSessionin interfaceorg.pac4j.core.context.session.SessionStore
-
renewSession
public boolean renewSession(org.pac4j.core.context.WebContext context) Deprecated.- Specified by:
renewSessionin interfaceorg.pac4j.core.context.session.SessionStore
-