Package org.opensaml.saml.metadata.resolver.filter
Classes for SAML metadata filtering.
-
Interface Summary Interface Description MetadataFilter A metadata filter is used to process a metadata document after it has been unmarshalled into an instance ofXMLObject, either anEntityDescriptoror anEntitiesDescriptor.MetadataFilterContext.Data Marker interface for data classes to be used withMetadataFilterContext.MetadataNodeProcessor A processor of element nodes within a metadata tree. -
Class Summary Class Description MetadataFilterChain A filter that allows the composition ofMetadataFilters.MetadataFilterContext Class used to provide contextual information at runtime toMetadataFilterimplementations. -
Exception Summary Exception Description FilterException An exception thrown during the evaluation of aMetadataFilter.