Uses of Package
org.forgerock.oauth2.core
-
Packages that use org.forgerock.oauth2.core Package Description org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM.org.forgerock.oauth2.core.plugins This package contains the API for writing OAuth2 plugins.org.forgerock.openam.oauth2.token.macaroon Functionality for issuing access and refresh token asMacaroon
s.org.forgerock.openidconnect Classes required for the AM OAuth2 OIDC implementation. -
Classes in org.forgerock.oauth2.core used by org.forgerock.oauth2.core Class 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.Token Models a OAuth2 token.UserInfoClaims Simple bean that contains the values of claims, and the scopes that provisioned them (if any). -
Classes in org.forgerock.oauth2.core used by org.forgerock.oauth2.core.plugins Class Description AccessToken Models an OAuth2 access token.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.Token Models a OAuth2 token.UserInfoClaims Simple bean that contains the values of claims, and the scopes that provisioned them (if any). -
Classes in org.forgerock.oauth2.core used by org.forgerock.openam.oauth2.token.macaroon Class Description IntrospectableToken An OAuth 2.0 token abstraction for introspection.Token Models a OAuth2 token. -
Classes in org.forgerock.oauth2.core used by org.forgerock.openidconnect Class Description 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.