Uses of Class
org.forgerock.util.PerItemEvictionStrategyCache
Package
Description
This package defines OpenAM specific logic needed to retrieve an
AccessTokenInfo
.OAuth 2.0 Client filter implementation.
-
Uses of PerItemEvictionStrategyCache in org.forgerock.http.oauth2.resolver
ModifierConstructorDescriptionCachingAccessTokenResolver
(Clock clock, AccessTokenResolver resolver, PerItemEvictionStrategyCache<String, Promise<AccessTokenInfo, AccessTokenException>> cache) Builds aCachingAccessTokenResolver
delegating to the givenAccessTokenResolver
using the given (pre-configured) cache. -
Uses of PerItemEvictionStrategyCache in org.forgerock.openig.filter.oauth2.client
ModifierConstructorDescriptionOAuth2ClientFilter
(org.forgerock.openig.filter.oauth2.client.ClientRegistrationRepository registrations, PerItemEvictionStrategyCache<String, Promise<Map<String, Object>, OAuth2ErrorException>> userInfoCache, String prompt, org.forgerock.openig.filter.oauth2.client.UriValidationService validationService, Clock clock, Handler discoveryAndDynamicRegistrationChain, Expression<String> clientEndpoint, Handler idpSelectionLoginPageHandler) Constructs anOAuth2ClientFilter
.