Uses of Interface
org.forgerock.http.session.Session
Package
Description
Provides interfaces for managing and interacting with HTTP Sessions.
-
Uses of Session in org.forgerock.http.session
Modifier and TypeMethodDescriptionSessionContext.getSession()
Returns theSession
associated with the remote client.Deprecated.Loads a new Session for the givenRequest
.Modifier 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.ModifierConstructorDescriptionSessionContext
(Context parent, Session session) Constructs a newSessionContext
.