Uses of Package
org.forgerock.oauth2.core
-
Packages that use org.forgerock.oauth2.core Package Description org.forgerock.am.iot This package contains all classes pertaining to AM's IoT functionality.org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM.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.am.iot Class Description AccessToken Models an OAuth2 access token. -
Classes in org.forgerock.oauth2.core used by org.forgerock.oauth2.core Class Description AccessToken Models an OAuth2 access token.ClientRegistration Models a client registration in the OAuth2 provider.IntrospectableToken An OAuth 2.0 token abstraction for introspection.OAuth2Jwt Parses a JWT string and offers methods to validate the JWT is valid for the use as an OAuth2 authorization grant or for OAuth2 client authentication.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.