Package | Description |
---|---|
org.forgerock.oauth |
Commons OAuth Framework API.
|
org.forgerock.oauth.clients.oauth2 |
OAuth 2.0 ForgeRock Client Implementation.
|
org.forgerock.oauth.clients.oidc |
OpenID Connect ForgeRock Client Implementation.
|
Modifier and Type | Method and Description |
---|---|
Promise<UserInfo,OAuthException> |
OAuthClient.getUserInfo(DataStore dataStore)
Return the authenticated user's info from the external authentication server.
|
Modifier and Type | Class and Description |
---|---|
class |
OAuth2UserInfo
Information about the current user.
|
Modifier and Type | Method and Description |
---|---|
Promise<UserInfo,OAuthException> |
OAuth2Client.getUserInfo(DataStore dataStore) |
protected Function<JsonValue,UserInfo,OAuthException> |
OAuth2Client.mapToUserInfo()
Creates a
OAuth2UserInfo using a users raw profile. |
Modifier and Type | Class and Description |
---|---|
class |
OpenIDConnectUserInfo
OpenID Connect user information related to a users current social session.
|
Modifier and Type | Method and Description |
---|---|
protected UserInfo |
OpenIDConnectClient.createUserInfoFromIdTokenJwtClaims(JwtClaimsSet jwtClaims)
Creates an
OpenIDConnectUserInfo object from id_token jwt Claims. |
Modifier and Type | Method and Description |
---|---|
Promise<UserInfo,OAuthException> |
OpenIDConnectClient.getUserInfo(DataStore dataStore) |
protected Function<JsonValue,UserInfo,OAuthException> |
OpenIDConnectClient.mapToUserInfo(JwtClaimsSet jwtClaims)
Maps a retrieved raw profile from the user info endpoint to an
OpenIDConnectUserInfo object. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.