Uses of Interface
org.forgerock.oauth.UserInfo
Package
Description
Commons OAuth Framework API.
Forgerock Apple Client implementation.
Forgerock LinkedIn Client Implementation.
OAuth 2.0 ForgeRock Client Implementation.
OpenID Connect ForgeRock Client Implementation.
-
Uses of UserInfo in org.forgerock.oauth
Modifier and TypeMethodDescriptionOAuthClient.getUserInfo
(DataStore dataStore) Return the authenticated user's info from the external authentication server. -
Uses of UserInfo in org.forgerock.oauth.clients.apple
-
Uses of UserInfo in org.forgerock.oauth.clients.linkedin
-
Uses of UserInfo in org.forgerock.oauth.clients.oauth2
Modifier and TypeMethodDescriptionOAuth2Client.getUserInfo
(DataStore dataStore) protected final Function<JsonValue,
UserInfo, OAuthException> OAuth2Client.mapToUserInfo()
Creates aOAuth2UserInfo
using a users raw profile. -
Uses of UserInfo in org.forgerock.oauth.clients.oidc
Modifier and TypeClassDescriptionclass
OpenID Connect user information related to a users current social session.Modifier and TypeMethodDescriptionprotected final UserInfo
OpenIDConnectClient.createUserInfoFromIdTokenJwtClaims
(JwtClaimsSet jwtClaims) Creates anOpenIDConnectUserInfo
object from id_token jwt Claims.Modifier and TypeMethodDescriptionOpenIDConnectClient.getUserInfo
(DataStore dataStore) protected final Function<JsonValue,
UserInfo, OAuthException> OpenIDConnectClient.mapToUserInfo
(JwtClaimsSet jwtClaims) Maps a retrieved raw profile from the user info endpoint to anOpenIDConnectUserInfo
object.