Uses of Class
org.forgerock.openidconnect.Claim.ClaimBuilder
-
Packages that use Claim.ClaimBuilder Package Description org.forgerock.openidconnect Classes required for the AM OAuth2 OIDC implementation. -
-
Uses of Claim.ClaimBuilder in org.forgerock.openidconnect
Methods in org.forgerock.openidconnect that return Claim.ClaimBuilder Modifier and Type Method Description Claim.ClaimBuilder
Claim.ClaimBuilder. isEssential()
Marks this ClaimBuilder as building an essential claim.Claim.ClaimBuilder
Claim.ClaimBuilder. withLocale(String locale)
Sets the locale of the ClaimBuilder.Claim.ClaimBuilder
Claim.ClaimBuilder. withName(String name)
Sets the name of the ClaimBuilder.Claim.ClaimBuilder
Claim.ClaimBuilder. withValues(List<String> values)
Adds to the set of values for the ClaimBuilder.
-