Versions Compared

Key

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

...

  • id: A unique identifier used within the IdP's resolver and filter to reference this definition.
  • sourceAttributeID: The ID of an attribute to split with the regular expression. It must be supplied by a dependency.
  • regex: A Java 5 regular expression used to split the value(s) of the source attribute. The first match group is used as the value for this attribute.

...

  • caseSensitive: A boolean flag that indicates whether the regular expression is case sensitive. Defaults to true.
  • sourceAttributeID: The ID of an attribute to split with the regular expression. (default value: ID of this attribute)
  • dependencyOnly: A boolean flag that indicates the attribute produced by this definition is used only by other resolver components and should never be released from the resolver. Defaults to false.

...