Uses of Package
org.forgerock.oauth2.core.plugins
-
Packages that use org.forgerock.oauth2.core.plugins Package Description org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM. -
Classes in org.forgerock.oauth2.core.plugins used by org.forgerock.oauth2.core Class Description AccessTokenModifier A plugin or (extension point) that allows modification of the OAuth2 access token before the token is persisted/returned to the client.AuthorizeEndpointDataProvider A plugin or (extension point) that allows the OAuth2 provider to return additional data from an authorization request.ScopeEvaluator A plugin or (extension point) that evaluates and returns an OAuth2 access token's scope information.ScopeValidator A plugin or (extension point) that allows the OAuth2 provider to customise the set of requested scopes for authorize, access token, refresh token and back channel authorize requests.UserInfoClaimsPlugin A plugin or (extension point) that fetches the resource owners information based on an issued access token.