Package se.swedenconnect.opensaml.saml2.metadata.provider
package se.swedenconnect.opensaml.saml2.metadata.provider
This library introduces the concept of a "metadata provider" which is a wrapper around a
MetadataResolver
and allows for easier access
to SAML metadata.-
ClassDescriptionAbstract base class for the
MetadataProvider
interface.Iterates over EntitiesDescriptor or EntityDescriptor.A metadata provider that collects its metadata from multiple sources (providers).A metadata provider that reads its metadata from a file.A provider that downloads metadata from an HTTP resource.AMetadataProvider
that supports the MDQ specification.Function which examines an entity ID from supplied criteria and returns a metadata request URL for MDQ.An interface that offers methods that operate on one or several metadata sources.A number of predicates that may be installed as filters for a metadata provider.A metadata provider that is constructed by assigning an OpenSAMLMetadataResolver
instance.AMetadataProvider
that is given an object representing SAML metadata (EntityDescriptor or EntitiesDescriptor).