/
MetadataReload
MetadataReload
Overview
This service reloads a specific <MetadataProvider>
plugin via the id
specified in the MetadataConfiguration. In the case of dynamic resolvers, a reload will clear the state of the resolver's in-memory cache.
<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
The same thing on the command line would be:
$ /opt/shibboleth-idp/bin/reload-metadata.sh -id nameSpecifiedAbove
The parameters supported and their corresponding command line options are:
Query String | Command Line | Description |
---|---|---|
id | --provider, -id | Metadata Resolver to reload |
Reference
, multiple selections available,
Related content
AttributeResolverMetrics
AttributeResolverMetrics
More like this
PropertyReference
PropertyReference
More like this
ScriptedDataConnector
ScriptedDataConnector
More like this
ReleaseNotes
ReleaseNotes
Read with this
SAML2ProxyTransformPostLoginC14NConfiguration
SAML2ProxyTransformPostLoginC14NConfiguration
More like this
DynamicHTTPMetadataProvider
DynamicHTTPMetadataProvider
More like this