Uses of Interface
org.forgerock.openig.tools.cache.AsyncCache
Packages that use AsyncCache
Package
Description
This package contains the OAuth2 Token validation filter that acts as an OAuth 2 Resource Server.
Integration classes specifically for ForgeRock Access Management.
This package contains classes to deal with caching.
-
Uses of AsyncCache in org.forgerock.openig.filter.oauth2
Methods in org.forgerock.openig.filter.oauth2 that return AsyncCacheModifier and TypeMethodDescriptionCaffeineCacheAccessTokenResolver.Builder.cache()
Bind the various cache invalidation callbacks and return a cache based on the properties set on the builder. -
Uses of AsyncCache in org.forgerock.openig.openam
Constructors in org.forgerock.openig.openam with parameters of type AsyncCacheModifierConstructorDescriptionCachePolicyDecisionFilter
(AsyncCache<String, ActionResponse, ResourceException> cache, NotificationService notificationService, DisconnectionStrategy disconnectionStrategy) Builds aCachePolicyDecisionFilter
. -
Uses of AsyncCache in org.forgerock.openig.tools.cache
Classes in org.forgerock.openig.tools.cache that implement AsyncCacheModifier and TypeClassDescriptionfinal class
CaffeineAsyncCache<K,
V, E extends Exception> Provides a Caffeine-based implementation of theAsyncCache
.Methods in org.forgerock.openig.tools.cache that return AsyncCache