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.
-
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.