Uses of Class
org.forgerock.http.oauth2.AccessTokenException
Packages that use AccessTokenException
Package
Description
This package provides APIs for OAuth 2.0 services implementations.
This package defines OpenAM specific logic needed to retrieve an
AccessTokenInfo
.-
Uses of AccessTokenException in org.forgerock.http.oauth2
Methods in org.forgerock.http.oauth2 that return types with arguments of type AccessTokenExceptionModifier and TypeMethodDescriptionResolves a given access token against an authorization server. -
Uses of AccessTokenException in org.forgerock.http.oauth2.resolver
Methods in org.forgerock.http.oauth2.resolver that return types with arguments of type AccessTokenExceptionModifier and TypeMethodDescriptionConstructor parameters in org.forgerock.http.oauth2.resolver with type arguments of type AccessTokenExceptionModifierConstructorDescriptionCachingAccessTokenResolver
(TimeService time, AccessTokenResolver resolver, PerItemEvictionStrategyCache<String, Promise<AccessTokenInfo, AccessTokenException>> cache) Builds aCachingAccessTokenResolver
delegating to the givenAccessTokenResolver
using the given (pre-configured) cache.