Package org.forgerock.oauth2.core
Defines the core classes to implement OAuth2 for OpenAM.
-
Interface Summary Interface Description AccessToken Models an OAuth2 access token.IntrospectableToken An OAuth 2.0 token abstraction for introspection.OAuth2Request 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.ResponseTypeHandler Handles the issuing of Tokens for a response type, i.e.ScopeValidator Deprecated. since 7.2.0Token Models a OAuth2 token. -
Class Summary Class Description TrustedJwtIssuerConfig A trusted JWT issuer for use in validating a JWT bearer grant.UserInfoClaims Simple bean that contains the values of claims, and the scopes that provisioned them (if any). -
Enum Summary Enum Description GrantType Identifies the OAuth2 Authorization Grant (aka OAuth2 Flow) undertaken to obtain an OAuth2 token.