Uses of Class
org.forgerock.util.PerItemEvictionStrategyCache
-
Packages that use PerItemEvictionStrategyCache Package Description org.forgerock.http.oauth2.resolver This package defines OpenAM specific logic needed to retrieve anAccessTokenInfo
.org.forgerock.openig.filter.oauth2.client OAuth 2.0 Client filter implementation. -
-
Uses of PerItemEvictionStrategyCache in org.forgerock.http.oauth2.resolver
Constructors in org.forgerock.http.oauth2.resolver with parameters of type PerItemEvictionStrategyCache Constructor Description CachingAccessTokenResolver(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
Constructors in org.forgerock.openig.filter.oauth2.client with parameters of type PerItemEvictionStrategyCache Constructor Description OAuth2ClientFilter(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
.
-