Package | Description |
---|---|
org.forgerock.openig.http |
Integrates with the ForgeRock HTTP Framework.
|
org.forgerock.openig.jwt |
Provides JWT capabilities to the Identity Gateway.
|
org.forgerock.openig.openam |
Integration classes specifically for ForgeRock Access Management.
|
Modifier and Type | Method and Description |
---|---|
static CookieBuilder |
CookieBuilder.builder(JsonValue cookieConfig,
String defaultName,
String defaultPath)
Create a
CookieBuilder based on the JSON structure of: |
static CookieBuilder |
CookieBuilder.builder(String name)
Create a
CookieBuilder with just the cookie name set. |
CookieBuilder |
CookieBuilder.domain(String domain)
Set the domain and return a new instance of this builder.
|
CookieBuilder |
CookieBuilder.httpOnly(boolean httpOnly)
Set the httpOnly flag and return a new instance of this builder.
|
CookieBuilder |
CookieBuilder.path(String path)
Set the path and return a new instance of this builder.
|
CookieBuilder |
CookieBuilder.sameSite(Cookie.SameSite sameSite)
Set the
SameSite enum and return a new instance of this builder. |
CookieBuilder |
CookieBuilder.secure(boolean secure)
Set the secure flag and return a new instance of this builder.
|
Constructor and Description |
---|
JwtCookieSession(Request request,
KeyPair pair,
CookieBuilder cookieBuilder,
Clock clock,
Duration sessionTimeout,
boolean persistentCookie,
SigningHandler signingHandler)
Builds a new JwtCookieSession that will manage the given Request's session.
|
JwtSessionManager(KeyPair keyPair,
CookieBuilder cookieBuilder,
Clock clock,
Duration sessionTimeout,
boolean persistentCookie,
SigningHandler handler)
Builds a new JwtSessionManager using the given KeyPair for session encryption, storing the opaque result in a
cookie with the given name.
|
Modifier and Type | Method and Description |
---|---|
CookieBuilder |
CdSsoContext.getCookieBuilder()
Get the CDSSO authentication cookie builder.
|
Constructor and Description |
---|
CdSsoContext(Context parent,
String token,
JwtClaimsSet claimsSet,
String redirectEndpoint,
CookieBuilder cookieBuilder)
Create
CdSsoContext for supplied JWT. |
CrossDomainSingleSignOnFilter(AmService amService,
String clientId,
String redirectEndpoint,
CookieBuilder cookieBuilder,
Supplier<String> idSupplier,
Clock clock,
Handler failureHandler)
Creates a new CrossDomainSingleSignOnFilter.
|
Copyright 2011-2017 ForgeRock AS.