Package org.opensaml.saml.metadata.resolver.impl
package org.opensaml.saml.metadata.resolver.impl
Classes for retrieving, filtering, and querying metadata.
Information on using this library can be found in the User's Manual and information on extending its functionality can be found in the Developer's Manual.
- See Also:
-
ClassDescriptionAbstract subclass for metadata resolvers that process and resolve metadata at a given point in time from a single metadata source document.Abstract subclass for dynamic metadata resolvers that implement metadata resolution based on HTTP requests.Abstract subclass for metadata resolvers that resolve metadata dynamically, as needed and on demand.Default function for generating a cache key for loading and saving an
EntityDescriptor
using aXMLObjectLoadSaveManager
.Class used to track metrics related to the initialization from the persistent cache.An abstract, base, implementation of a metadata provider.Base class for metadata providers that cache and periodically refresh their metadata.AMetadataResolver
implementation that answers requests by composing the answers of childMetadataResolver
s.A default implementation ofEntityIDDigestGenerator
for use as a source key generator withLocalDynamicMetadataResolver
.AMetadataProvider
implementation that retrieves metadata from a DOMElement
as supplied by the user.Strategy for processing input criteria to extract the entityID from anEntityIdCriterion
and produce the digest of the value.An HTTP metadata provider that caches a copy of the retrieved metadata to disk so that, in the event that the metadata may not be pulled from the URL, it may be pulled from disk using the most recently fetched data.A metadata provider that pulls metadata from a file on the local filesystem.Simple implementation of an HTTP-based dynamic metadata resolver which builds the request URL to process based on aFunction
instance.Function which examines an entity ID from supplied criteria and returns it as a metadata request URL if and only if the entity ID is an HTTP or HTTPS URL.A metadata provider that pulls metadata using an HTTP GET.Function which just reflects back the entityID from the passedEntityIdCriterion
.Resolver which dynamically resolves metadata from a local source managed by an instance ofXMLObjectLoadSaveManager
.Function which produces a URL according to the Metadata Query Protocol (MDQ) specification.Interface for a component which builds a Metadata Query Protocol request URL from a base URL and criteria.Implementation ofRoleDescriptorResolver
which wraps an instance ofMetadataResolver
to support basic EntityDescriptor resolution, and then performs further role-related filtering over the returned EntityDescriptor.Function which produces a URL by evaluating a supplied regular expression against the criteria entity ID, and applying the result to a supplied replacement string.A metadata provider that reads metadata from a {#linkResource
.Implementation ofMetadataQueryProtocolRequestURLBuilder.MetadataQueryProtocolURLBuilder
which understandsArtifactCriterion
.Function which produces a URL by substituting an entity ID value from criteria into a Velocity template string.EntityID Encoding style.