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.org.forgerock.oauth2.core.plugins This package contains the API for writing OAuth2 plugins. -
-
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(org.forgerock.oauth2.core.ClientRegistration clientRegistration, AccessToken token, OAuth2Request request)
Deprecated.since 7.2.0 UseUserInfoClaimsPlugin.getUserInfo(ClientRegistration, AccessToken, OAuth2Request)
instead. -
Uses of UserInfoClaims in org.forgerock.oauth2.core.plugins
Methods in org.forgerock.oauth2.core.plugins that return UserInfoClaims Modifier and Type Method Description UserInfoClaims
UserInfoClaimsPlugin. getUserInfo(org.forgerock.oauth2.core.ClientRegistration clientRegistration, AccessToken token, OAuth2Request request)
Gets the resource owners information based on an issued access token.
-