public class ResourceOwnerConsentRequired extends Exception
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 |
---|---|
Map<String,String> |
getClaimDescriptions()
Gets the claim descriptions.
|
UserInfoClaims |
getClaims()
Gets the claim values.
|
String |
getClientDescription()
Gets the client's description.
|
String |
getClientName()
Gets the client's name.
|
Map<String,String> |
getScopeDescriptions()
Gets the scope descriptions.
|
String |
getUserDisplayName()
Gets the resource owner's display name.
|
boolean |
isSaveConsentEnabled()
Is save consent enabled
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceOwnerConsentRequired(String clientName, String clientDescription, Map<String,String> scopeDescriptions, Map<String,String> claimDescriptions, UserInfoClaims claims, String userDisplayName, boolean saveConsentEnabled)
clientName
- The display name of the client.clientDescription
- The display description of the client.scopeDescriptions
- The display descriptions of the requested scopes.claimDescriptions
- The display descriptions of the provided claims.claims
- The claims being provided.userDisplayName
- The displayable name of the user, if it can be deduced.saveConsentEnabled
- true if we can save the consentpublic String getClientName()
public String getUserDisplayName()
public String getClientDescription()
public Map<String,String> getScopeDescriptions()
public Map<String,String> getClaimDescriptions()
public UserInfoClaims getClaims()
public boolean isSaveConsentEnabled()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.