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.
|
Modifier and Type | Method and Description |
---|---|
Session |
SessionContext.getSession()
Returns the
Session associated with the remote client. |
Session |
SessionManager.load(Request request)
Loads a new Session for the given
Request . |
Modifier and Type | Method and Description |
---|---|
void |
SessionManager.save(Session session,
Response response)
Saves the session into the provided response.
|
SessionContext |
SessionContext.setSession(Session session)
Sets the
Session associated with the remote client. |
Constructor and Description |
---|
SessionContext(Context parent,
Session session)
Constructs a new
SessionContext . |
Modifier and Type | Class and Description |
---|---|
class |
JwtCookieSession
Represents an Identity Gateway
Session that will be stored as an encrypted and signed
JSON Web Token in a Cookie. |
Modifier and Type | Method and Description |
---|---|
Session |
JwtSessionManager.load(Request request) |
Modifier and Type | Method and Description |
---|---|
void |
JwtSessionManager.save(Session session,
Response response) |
Copyright 2011-2017 ForgeRock AS.