Uses of Class
org.forgerock.oauth.clients.oidc.Claim.ClaimBuilder
Packages that use Claim.ClaimBuilder
Package
Description
OpenID Connect ForgeRock Client Implementation.
Classes required for the AM OAuth2 OIDC implementation.
-
Uses of Claim.ClaimBuilder in org.forgerock.oauth.clients.oidc
Methods in org.forgerock.oauth.clients.oidc that return Claim.ClaimBuilderModifier and TypeMethodDescriptionClaim.ClaimBuilder.isEssential()Marks this ClaimBuilder as building an essential claim.Claim.ClaimBuilder.withBooleanValue(Boolean value) Sets the boolean value for the ClaimBuilder.Claim.ClaimBuilder.withBooleanValues(List<Boolean> values) Sets the boolean values for the ClaimBuilder.Claim.ClaimBuilder.withJsonValue(JsonValue value) Sets the value for the ClaimBuilder.Claim.ClaimBuilder.withJsonValues(List<JsonValue> values) Sets the values for the ClaimBuilder.Claim.ClaimBuilder.withLocale(Locale locale) Sets the locale of the ClaimBuilder.Claim.ClaimBuilder.withNumericalValue(Number value) Sets the number value for the ClaimBuilder.Claim.ClaimBuilder.withNumericalValues(List<Number> values) Sets the number values for the ClaimBuilder.Claim.ClaimBuilder.withStringValue(String value) Sets the string value for the ClaimBuilder.Claim.ClaimBuilder.withStringValues(List<String> values) Sets the string values for the ClaimBuilder. -
Uses of Claim.ClaimBuilder in org.forgerock.openidconnect
Subclasses of Claim.ClaimBuilder in org.forgerock.openidconnect