See: Description
Class | Description |
---|---|
AbstractBatchMetadataResolver |
Abstract subclass for metadata resolvers that process and resolve metadata at a given point
in time from a single metadata source document.
|
AbstractDynamicHTTPMetadataResolver |
Abstract subclass for dynamic metadata resolvers that implement metadata resolution based on HTTP requests.
|
AbstractDynamicMetadataResolver |
Abstract subclass for metadata resolvers that resolve metadata dynamically, as needed and on demand.
|
AbstractMetadataResolver |
An abstract, base, implementation of a metadata provider.
|
AbstractReloadingMetadataResolver |
Base class for metadata providers that cache and periodically refresh their metadata.
|
BasicRoleDescriptorResolver |
Simple impl of
RoleDescriptorResolver which wraps an instance of MetadataResolver to
support basic EntityDescriptor resolution, and then performs further role-related filtering over the
returned EntityDescriptor. |
CompositeMetadataResolver |
A
MetadataResolver implementation that answers requests by composing the answers of child
MetadataResolver s. |
DOMMetadataResolver |
A
MetadataProvider implementation that retrieves metadata from a DOM Element as
supplied by the user. |
FileBackedHTTPMetadataResolver |
A URL 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 last fetched data.
|
FilesystemMetadataResolver |
A metadata provider that pulls metadata from a file on the local filesystem.
|
FunctionDrivenDynamicHTTPMetadataResolver |
Simple implementation of an HTTP-based dynamic metadata resolver which builds the request URL
to process based on a
Function instance. |
HTTPEntityIDRequestURLBuilder |
Function which examines an entity ID and returns it as a metadata request URL if and only if the entity ID
is an HTTP or HTTPS URL.
|
HTTPMetadataResolver |
A metadata provider that pulls metadata using an HTTP GET.
|
MetadataQueryProtocolRequestURLBuilder |
Function which produces a URL according the the Metadata Query Protocol specification.
|
MetadataQueryProtocolSHA1Transformer |
Function which digests an entity ID using SHA-1 and returns it in the format specified by
the Metadata Query Protocol specification.
|
RegexRequestURLBuilder |
Function which produces a URL by evaluating a supplied regular expression against the entity ID, and applying the
result to a supplied replacement string.
|
ResourceBackedMetadataResolver |
A metadata provider that reads metadata from a {#link
Resource . |
TemplateRequestURLBuilder |
Function which produces a URL by substituting a an entity ID value into a Velocity template string.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.