Package | Description |
---|---|
org.forgerock.oauth2.core |
Defines the core classes to implement OAuth2 for OpenAM.
|
Modifier and Type | Method and Description |
---|---|
void |
ScopeValidator.additionalDataToReturnFromTokenEndpoint(AccessToken accessToken,
OAuth2Request request)
Provided as an extension point to allow the OAuth2 provider to return additional data from an access token
request.
|
Map<String,Object> |
ScopeValidator.evaluateScope(AccessToken accessToken)
Gets the specified access token's information.
|
UserInfoClaims |
ScopeValidator.getUserInfo(ClientRegistration clientRegistration,
AccessToken token,
OAuth2Request request)
Gets the resource owners information based on an issued access token.
|
default void |
ScopeValidator.modifyAccessToken(AccessToken accessToken,
OAuth2Request request)
Allows modification of the OAuth2 access token before the token is persisted/returned to the client.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.