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. -
-
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 aCachingAccessTokenResolverdelegating to the givenAccessTokenResolverusing the given (pre-configured) cache.
-