Class ClaimExistsActivationCondition

    • Field Detail

      • claimToCheck

        @Nonnull
        @NotEmpty
        private final String claimToCheck
        The name of the claim to check exists in the claims set.
    • Constructor Detail

      • ClaimExistsActivationCondition

        public ClaimExistsActivationCondition​(@Nonnull @NotEmpty @ParameterName(name="claimToCheck")
                                              String claimName)
        Constructor.
        Parameters:
        claimName - the name of the claim to check exists in the claims set.