Package | Description |
---|---|
org.forgerock.openig.filter.oauth2.cache |
This package contains classes used to implement an
AccessToken cache. |
org.forgerock.openig.filter.oauth2.client |
OAuth 2.0 Client filter implementation.
|
org.forgerock.openig.openam |
OpenAM-specific integration classes.
|
Constructor and Description |
---|
CachingAccessTokenResolver(AccessTokenResolver resolver,
ThreadSafeCache<String,AccessToken> cache)
Builds a
CachingAccessTokenResolver delegating to the given AccessTokenResolver using the given
(pre-configured) cache. |
Modifier and Type | Method and Description |
---|---|
void |
OAuth2ClientFilter.setUserInfoCache(ThreadSafeCache<String,Map<String,Object>> userInfoCache)
Set the cache of user info resources.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyEnforcementFilter.setCache(ThreadSafeCache<String,Promise<JsonValue,ResourceException>> cache)
Sets the cache for the policy decisions.
|
Copyright 2011-2015 ForgeRock AS.