Uses of Class
org.forgerock.oauth2.core.UserInfoClaims
-
Packages that use UserInfoClaims Package Description org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM. -
-
Uses of UserInfoClaims in org.forgerock.oauth2.core
Methods in org.forgerock.oauth2.core that return UserInfoClaims Modifier and Type Method Description UserInfoClaims
ScopeValidator. getUserInfo(ClientRegistration clientRegistration, AccessToken token, OAuth2Request request)
Gets the resource owners information based on an issued access token.
-