Class Claim

    • Constructor Detail

      • 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