Class TokenIntrospectionAccessTokenResolver

java.lang.Object
org.forgerock.http.oauth2.resolver.TokenIntrospectionAccessTokenResolver
All Implemented Interfaces:
AccessTokenResolver

public final class TokenIntrospectionAccessTokenResolver extends Object implements AccessTokenResolver
An AccessTokenResolver which is RFC 7662 compliant. It will resolve the access token by calling the token introspection endpoint.

See Also:
  • Constructor Details

    • TokenIntrospectionAccessTokenResolver

      public TokenIntrospectionAccessTokenResolver(Handler client, URI introspectionEndpointUri)
      Parameters:
      client - the handler to use to resolve the access token.
      introspectionEndpointUri - the URI to use to resolve the access token.
  • Method Details