Uses of Interface
org.forgerock.http.session.Session
Packages that use Session
Package
Description
Provides interfaces for managing and interacting with HTTP Sessions.
Manage the Identity Gateway session using an HTTP Cookie.
-
Uses of Session in org.forgerock.http.session
Methods in org.forgerock.http.session that return SessionModifier and TypeMethodDescriptionSessionContext.getSession()
Returns theSession
associated with the remote client.Deprecated.Loads a new Session for the givenRequest
.Methods in org.forgerock.http.session that return types with arguments of type SessionMethods in org.forgerock.http.session with parameters of type SessionModifier and TypeMethodDescriptionvoid
Deprecated.Saves the session into the provided response.Saves the session into the provided response.SessionContext.setSession
(Session session) Sets theSession
associated with the remote client.Constructors in org.forgerock.http.session with parameters of type SessionModifierConstructorDescriptionSessionContext
(Context parent, Session session) Constructs a newSessionContext
. -
Uses of Session in org.forgerock.openig.session.cookie
Methods in org.forgerock.openig.session.cookie that return types with arguments of type SessionModifier and TypeMethodDescriptionMethods in org.forgerock.openig.session.cookie with parameters of type Session