Uses of Interface
org.forgerock.http.session.Session
Packages that use Session
Package
Description
Provides interfaces for managing and interacting with HTTP Sessions.
- 
Uses of Session in org.forgerock.http.session
Methods in org.forgerock.http.session that return SessionModifier and TypeMethodDescriptionSessionContext.getSession()Returns theSessionassociated 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 TypeMethodDescriptionvoidDeprecated.Saves the session into the provided response.Saves the session into the provided response.SessionContext.setSession(Session session) Sets theSessionassociated with the remote client.Constructors in org.forgerock.http.session with parameters of type SessionModifierConstructorDescriptionSessionContext(Context parent, Session session) Constructs a newSessionContext.