Uses of Interface
org.opensaml.saml.metadata.resolver.filter.MetadataFilter
Packages that use MetadataFilter
Package
Description
Classes for SAML metadata resolution.
Classes for SAML metadata filtering.
Implementation of Metadata Filters.
Classes for retrieving, filtering, and querying metadata.
-
Uses of MetadataFilter in org.opensaml.saml.metadata.resolver
Methods in org.opensaml.saml.metadata.resolver that return MetadataFilterModifier and TypeMethodDescriptionChainingMetadataResolver.getMetadataFilter()Gets the metadata filter applied to the metadata.MetadataResolver.getMetadataFilter()Gets the metadata filter applied to the metadata.Methods in org.opensaml.saml.metadata.resolver with parameters of type MetadataFilterModifier and TypeMethodDescriptionvoidChainingMetadataResolver.setMetadataFilter(MetadataFilter newFilter) Sets the metadata filter applied to the metadata.voidMetadataResolver.setMetadataFilter(MetadataFilter newFilter) Sets the metadata filter applied to the metadata. -
Uses of MetadataFilter in org.opensaml.saml.metadata.resolver.filter
Classes in org.opensaml.saml.metadata.resolver.filter that implement MetadataFilterModifier and TypeClassDescriptionclassAbstract base class forMetadataFilter.classA filter that allows the composition ofMetadataFilters.Fields in org.opensaml.saml.metadata.resolver.filter with type parameters of type MetadataFilterModifier and TypeFieldDescriptionprivate List<MetadataFilter>MetadataFilterChain.filtersRegistered filters.Methods in org.opensaml.saml.metadata.resolver.filter that return types with arguments of type MetadataFilterModifier and TypeMethodDescriptionMetadataFilterChain.getFilters()Get the list ofMetadataFilters that make up this chain.Method parameters in org.opensaml.saml.metadata.resolver.filter with type arguments of type MetadataFilterModifier and TypeMethodDescriptionvoidMetadataFilterChain.setFilters(List<MetadataFilter> newFilters) Set the list ofMetadataFilters that make up this chain. -
Uses of MetadataFilter in org.opensaml.saml.metadata.resolver.filter.impl
Classes in org.opensaml.saml.metadata.resolver.filter.impl that implement MetadataFilterModifier and TypeClassDescriptionclassA filter that adds algorithm extension content to entities in order to drive software behavior based on them.classAMetadataFilterthat associates other filters with specificMetadataResolverinstances by ID.classA filter that addsEntityAttributesextension content to entities in order to drive software behavior based on them.classA filter that removes roles from an entity descriptor.classA filter that addsNameIDFormatcontent to entities in order to drive software behavior based on them.classAn implementation ofMetadataFilterwhich applies aMetadataNodeProcessorto each element node in the metadata document tree.classA filter that removes anyEntityDescriptorthat does or does not match aPredicate, thus an include or exclude policy.classA metadata filter that requires the presence of avalidUntilattribute on the root element of the metadata document.classA metadata filter that schema validates an incoming metadata file.classA metadata filter that validates XML signatures.Fields in org.opensaml.saml.metadata.resolver.filter.impl with type parameters of type MetadataFilterModifier and TypeFieldDescriptionprivate Map<String,MetadataFilter> ByReferenceMetadataFilter.filterMapMap of resolver names to filters.Method parameters in org.opensaml.saml.metadata.resolver.filter.impl with type arguments of type MetadataFilterModifier and TypeMethodDescriptionvoidByReferenceMetadataFilter.setFilterMappings(Map<Object, MetadataFilter> map) Mapping of resolver names to filters to run. -
Uses of MetadataFilter in org.opensaml.saml.metadata.resolver.impl
Fields in org.opensaml.saml.metadata.resolver.impl declared as MetadataFilterModifier and TypeFieldDescriptionprivate MetadataFilterAbstractMetadataResolver.mdFilterFilter applied to all metadata.Methods in org.opensaml.saml.metadata.resolver.impl that return MetadataFilterModifier and TypeMethodDescriptionAbstractMetadataResolver.getMetadataFilter()Gets the metadata filter applied to the metadata.CompositeMetadataResolver.getMetadataFilter()Gets the metadata filter applied to the metadata.Methods in org.opensaml.saml.metadata.resolver.impl with parameters of type MetadataFilterModifier and TypeMethodDescriptionvoidAbstractMetadataResolver.setMetadataFilter(MetadataFilter newFilter) Sets the metadata filter applied to the metadata.voidCompositeMetadataResolver.setMetadataFilter(MetadataFilter newFilter) Sets the metadata filter applied to the metadata.