Versions Compared

Key

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

This service reloads a specific metadata provider via the specific <MetadataProvider> plugin via the id specified in the MetadataConfiguration .

Code Block
languagexml
<MetadataProvider id="nameUsedbelow" xsi:type="Whatever" .... >

The underlying web interface, which is managed as an AdministrativeConfiguration, looks like this:

http[s]://localhost/idp/profile/admin/reload-metadata?id=nameSpecifiedAbove

...

Query String

Command Line

Cardinality

Description

id
--provider, -id
RequiredProviderId to reload


Notetip

The names identifiers of the metadata providers resolvers are also listed by the status and metrics administrative flows.

...