Uses of Interface
org.forgerock.oauth2.core.AccessToken
-
Packages that use AccessToken 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. -
-
Uses of AccessToken in org.forgerock.am.iot
Methods in org.forgerock.am.iot that return AccessToken Modifier and Type Method Description AccessToken
IotTokenService. getAccessToken(Context context, AMIdentity resourceOwner, List<String> scope)
Get an access token for the given resource owner. -
Uses of AccessToken in org.forgerock.oauth2.core
Methods in org.forgerock.oauth2.core with parameters of type AccessToken Modifier and Type Method 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.
-