Uses of Interface
org.forgerock.oauth.UserInfo
Packages that use 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
Methods in org.forgerock.oauth that return types with arguments of type UserInfoModifier 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
Methods in org.forgerock.oauth.clients.apple that return types with arguments of type UserInfo -
Uses of UserInfo in org.forgerock.oauth.clients.linkedin
Methods in org.forgerock.oauth.clients.linkedin that return types with arguments of type UserInfo -
Uses of UserInfo in org.forgerock.oauth.clients.oauth2
Classes in org.forgerock.oauth.clients.oauth2 that implement UserInfoMethods in org.forgerock.oauth.clients.oauth2 that return types with arguments of type UserInfoModifier 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
Classes in org.forgerock.oauth.clients.oidc that implement UserInfoModifier and TypeClassDescriptionclass
OpenID Connect user information related to a users current social session.Methods in org.forgerock.oauth.clients.oidc that return UserInfoModifier and TypeMethodDescriptionprotected final UserInfo
OpenIDConnectClient.createUserInfoFromIdTokenJwtClaims
(JwtClaimsSet jwtClaims) Creates anOpenIDConnectUserInfo
object from id_token jwt Claims.Methods in org.forgerock.oauth.clients.oidc that return types with arguments of type UserInfoModifier 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.