Package org.forgerock.openidconnect
Class Claim
java.lang.Object
org.forgerock.oauth.clients.oidc.Claim
org.forgerock.openidconnect.Claim
Deprecated.
Models an OpenID Connect claim that has been requested in an authorize request.
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionDeprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Methods inherited from class org.forgerock.oauth.clients.oidc.Claim
equals, getJavaLocale, getLocale, getName, getNameWithLocale, getValues, hashCode, isEssential, toString
-
Constructor Details
-
Claim
Deprecated.Creates a new Claim.- Parameters:
name
- the name of the claim
-
Claim
Deprecated.Creates a new claim with single requested value.- Parameters:
name
- the name of the claimvalue
- the requested value
-
Claim
Deprecated.Creates a new claim with multiple requested values.- Parameters:
name
- the name of the claimvalues
- the requested values
-
Claim
Deprecated.Creates a new claim with multiple requested values.- Parameters:
name
- the name of the claimvalues
- the requested valuesessential
- whether this claim is deemed essential
-
Claim