Package | Description |
---|---|
org.forgerock.oauth2.core |
Defines the core classes to implement OAuth2 for OpenAM.
|
org.forgerock.oauth2.core.exceptions | |
org.forgerock.openam.oauth2 |
Modifier and Type | Method and Description |
---|---|
UserInfoClaims |
AgentOAuth2ProviderSettings.getUserInfo(ClientRegistration clientRegistration,
AccessToken token,
OAuth2Request request) |
UserInfoClaims |
OAuth2ProviderSettings.getUserInfo(ClientRegistration clientRegistration,
AccessToken token,
OAuth2Request request)
Gets the resource owners information based on an issued access token or request.
|
UserInfoClaims |
ScopeValidator.getUserInfo(ClientRegistration clientRegistration,
AccessToken token,
OAuth2Request request)
Gets the resource owners information based on an issued access token.
|
UserInfoClaims |
RealmOAuth2ProviderSettings.getUserInfo(ClientRegistration clientRegistration,
AccessToken token,
OAuth2Request request) |
Modifier and Type | Method and Description |
---|---|
UserInfoClaims |
ResourceOwnerConsentRequired.getClaims()
Gets the claim values.
|
Constructor and Description |
---|
ResourceOwnerConsentRequired(String clientName,
String clientDescription,
Map<String,String> scopeDescriptions,
Map<String,String> claimDescriptions,
UserInfoClaims claims,
String userDisplayName,
boolean saveConsentEnabled)
Constructs a new ResourceOwnerConsentRequired instance with the specified client name, description and scope
descriptions.
|
Modifier and Type | Method and Description |
---|---|
UserInfoClaims |
OpenAMScopeValidator.getUserInfo(ClientRegistration clientRegistration,
AccessToken token,
OAuth2Request request)
Gets the resource owners information based on an issued access token.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.