Package | Description |
---|---|
org.forgerock.http.oauth2.resolver |
This package defines OpenAM specific logic needed to retrieve an
AccessTokenInfo . |
org.forgerock.openig.filter.oauth2.client |
OAuth 2.0 Client filter implementation.
|
Constructor and Description |
---|
CachingAccessTokenResolver(Clock clock,
AccessTokenResolver resolver,
PerItemEvictionStrategyCache<String,Promise<AccessTokenInfo,AccessTokenException>> cache)
Builds a
CachingAccessTokenResolver delegating to the given AccessTokenResolver using the given
(pre-configured) cache. |
Constructor and Description |
---|
OAuth2ClientFilter(org.forgerock.openig.filter.oauth2.client.ClientRegistrationRepository registrations,
PerItemEvictionStrategyCache<String,Promise<Map<String,Object>,OAuth2ErrorException>> userInfoCache,
org.forgerock.openig.filter.oauth2.client.UriValidationService validationService,
Clock clock,
Handler discoveryAndDynamicRegistrationChain,
Expression<String> clientEndpoint)
Constructs an
OAuth2ClientFilter . |
Copyright 2011-2017 ForgeRock AS.