Class Claim

java.lang.Object
org.forgerock.oauth.clients.oidc.Claim
org.forgerock.openidconnect.Claim

@Deprecated @SupportedAll public class Claim extends Claim
Deprecated.
use Claim
Models an OpenID Connect claim that has been requested in an authorize request.
  • Constructor Details

    • Claim

      @Deprecated public Claim(String name)
      Deprecated.
      Creates a new Claim.
      Parameters:
      name - the name of the claim
    • Claim

      @Deprecated public Claim(String name, Object value)
      Deprecated.
      Creates a new claim with single requested value.
      Parameters:
      name - the name of the claim
      value - the requested value
    • Claim

      @Deprecated public Claim(String name, List<Object> values)
      Deprecated.
      Creates a new claim with multiple requested values.
      Parameters:
      name - the name of the claim
      values - the requested values
    • Claim

      @Deprecated public Claim(String name, List<Object> values, boolean essential)
      Deprecated.
      Creates a new claim with multiple requested values.
      Parameters:
      name - the name of the claim
      values - the requested values
      essential - whether this claim is deemed essential