Versions Compared

Key

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

...

Name

Cardinality

Description

<registrationAuthority> 

1 or more (absent shorthand)

Specifies an authority to match. Used as a shorthand syntax when matching against a single value.

Example

...

Example use of RegistrationAuthority EntityMatcher in a MetadataFilter

Load only metadata entities published by the registration authorities of the DFN-AAI or ACOnet federations . All others get ignored.

Code Block
<MetadataFilter type="Include" matcher="RegistrationAuthority">
  <registrationAuthority>https://www.aai.dfn.de</registrationAuthority>
  <registrationAuthority>http://eduid.at</registrationAuthority>
</MetadataFilter>