Package | Description |
---|---|
org.forgerock.oauth2.core |
Defines the core classes to implement OAuth2 for OpenAM.
|
Class and Description |
---|
AccessToken
Models an OAuth2 access token.
|
ClientRegistration
Models a client registration in the OAuth2 provider.
|
GrantType
Identifies the OAuth2 Authorization Grant (aka OAuth2 Flow) undertaken to obtain an OAuth2 token.
|
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).
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.