Versions Compared

Key

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

...

NameTypeDefaultDescription
matchIfMetadataSilent
BooleanfalseIf true then all input values are returned if and only if the metadata contains no <md:RequestedAttribute> information.
onlyIfRequired
Booleantrue (erroneously false prior to 3.2, see here)If this is true and the correspondingĀ <md:RequestedAttribute> element does not specify isRequired="true" , then no values are matched.
attributeID
Stringoptional
If this is present, then this is a PolicyRule returning true if the Matcher, when applied to the attribute with this ID, matches any values.
See AttributeValueString for an exmaple of how attributeID changes the meaning of a Matcher in a slightly less daunting scenario.
objectStrategyRef 3.4String
Refence to Function<SAMLMetadataContext,XMLObject> that allows the mapped attributes to be pulled from somewhere other thanĀ <md:RequestedAttribute> elements

Child Elements

None

Example

...