Package org.forgerock.oauth2.core


@Supported package org.forgerock.oauth2.core
Defines the core classes to implement OAuth2 for OpenAM.
  • Class
    Description
    Models an OAuth2 access token.
    Identifies the OAuth2 Authorization Grant (aka OAuth2 Flow) undertaken to obtain an OAuth2 token.
    An OAuth 2.0 token abstraction for introspection.
    An abstraction of the actual request so as to allow the core of the OAuth2 provider to be agnostic of the library used to translate the HTTP request.
    Handles the issuing of Tokens for a response type, i.e.
    Deprecated.
    since 7.2.0
    Models a OAuth2 token.
    A trusted JWT issuer for use in validating a JWT bearer grant.
    Simple bean that contains the values of claims, and the scopes that provisioned them (if any).