Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Confusingly, this type can be a Matcher or a PolicyRequirementPolicyRule.

  • If no attributeID attribute is specified then it is a Matcher (returning that value if it is present amongst the values, and the empty set otherwise)
  • If an attributeID attribute is specified then it is a PolicyRule (returning true if that that is present amongst the values for the specified attribute).

...

NameTypeDefaultDescription
attributeID 
StringnoneIf this is present, then this is a PolicyRequirement PolicyRule returning true if the matching attribute contains the supplied value.
If this is not present, then this is a Matcher returning that value if it is present amongst the values, and the empty set otherwise.
value
StringrequiredThe value to match against
ignoreCase
BooleanfalseWhether the matching is case insensitive

...