Uses of Interface
org.forgerock.http.session.Session
-
Packages that use Session Package Description org.forgerock.http.session Provides interfaces for managing and interacting with HTTP Sessions.org.forgerock.openig.jwt Provides JWT capabilities to the Identity Gateway. -
-
Uses of Session in org.forgerock.http.session
Methods in org.forgerock.http.session that return Session Modifier and Type Method Description Session
SessionContext. getSession()
Returns theSession
associated with the remote client.Session
SessionManager. load(Request request)
Loads a new Session for the givenRequest
.Methods in org.forgerock.http.session with parameters of type Session Modifier and Type Method Description void
SessionManager. save(Session session, Response response)
Saves the session into the provided response.SessionContext
SessionContext. setSession(Session session)
Sets theSession
associated with the remote client.Constructors in org.forgerock.http.session with parameters of type Session Constructor Description SessionContext(Context parent, Session session)
Constructs a newSessionContext
. -
Uses of Session in org.forgerock.openig.jwt
Classes in org.forgerock.openig.jwt that implement Session Modifier and Type Class Description class
JwtCookieSession
Represents an Identity GatewaySession
that will be stored as an encrypted and signed JSON Web Token in a Cookie.Methods in org.forgerock.openig.jwt that return Session Modifier and Type Method Description Session
JwtSessionManager. load(Request request)
Methods in org.forgerock.openig.jwt with parameters of type Session Modifier and Type Method Description void
JwtSessionManager. save(Session session, Response response)
-