Package | Description |
---|---|
org.forgerock.http.oauth2 |
This package provides APIs for OAuth 2.0 services implementations.
|
org.forgerock.http.oauth2.resolver |
This package defines OpenAM specific logic needed to retrieve an
AccessTokenInfo . |
org.forgerock.openig.filter |
Filters the requests and/or responses of HTTP.
|
org.forgerock.openig.filter.oauth2.client |
OAuth 2.0 Client filter implementation.
|
org.forgerock.openig.jwt |
Provides JWT capabilities to OpenIG.
|
org.forgerock.openig.tools |
Common tools used in policy service.
|
org.forgerock.services.context |
This package contains the
Context interface and various common protocol
independent implementations. |
org.forgerock.util.time |
Provides a time service abstraction.
|
Constructor and Description |
---|
ResourceServerFilter(AccessTokenResolver resolver,
TimeService time,
ResourceAccess resourceAccess,
String realm)
Creates a new
OAuth2Filter . |
Constructor and Description |
---|
CachingAccessTokenResolver(TimeService time,
AccessTokenResolver resolver,
PerItemEvictionStrategyCache<String,Promise<AccessTokenInfo,AccessTokenException>> cache)
Builds a
CachingAccessTokenResolver delegating to the given AccessTokenResolver using the given
(pre-configured) cache. |
OpenAmAccessTokenResolver(Handler client,
TimeService time,
String tokenInfoEndpoint)
Creates a new
OpenAmAccessTokenResolver configured to access the given /oauth2/tokeninfo
OpenAm endpoint. |
Constructor and Description |
---|
HttpAccessAuditFilter(RequestHandler auditServiceHandler,
TimeService time)
Constructs a new HttpAccessAuditFilter.
|
Constructor and Description |
---|
ClientRegistration(String name,
JsonValue config,
Issuer issuer,
Handler registrationHandler,
IdGenerator idGenerator,
TimeService timeService,
KeyStore keyStore)
Creates a Client Registration.
|
ClientRegistrationFilter(org.forgerock.openig.filter.oauth2.client.ClientRegistrationRepository repository,
Handler registrationHandler,
JsonValue config,
TimeService time)
Creates a new dynamic registration filter.
|
OAuth2ClientFilter(org.forgerock.openig.filter.oauth2.client.ClientRegistrationRepository registrations,
PerItemEvictionStrategyCache<String,Promise<Map<String,Object>,OAuth2ErrorException>> userInfoCache,
TimeService time,
Handler discoveryAndDynamicRegistrationChain,
Expression<String> clientEndpoint)
Constructs an
OAuth2ClientFilter . |
Constructor and Description |
---|
JwtCookieSession(Request request,
KeyPair pair,
String cookieName,
String cookieDomain,
TimeService timeService,
Duration sessionTimeout,
boolean persistentCookie,
SigningHandler signingHandler)
Builds a new JwtCookieSession that will manage the given Request's session.
|
JwtSessionManager(KeyPair keyPair,
String cookieName,
String cookieDomain,
TimeService timeService,
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.
|
Constructor and Description |
---|
CachePolicyDecisionFilter(ScheduledExecutorService executor,
TimeService timeService,
Duration defaultTimeout,
Duration maxTimeout)
Builds a
CachePolicyDecisionFilter . |
Constructor and Description |
---|
RequestAuditContext(Context parent,
TimeService time)
Constructs a new context using the specified parent and the current time as the request received time.
|
Modifier and Type | Field and Description |
---|---|
static TimeService |
TimeService.SYSTEM
TimeService implementation based on System . |
Copyright 2011-2017 ForgeRock AS.