Uses of Interface
org.opensaml.saml.metadata.resolver.filter.MetadataFilter
-
Packages that use MetadataFilter Package Description org.opensaml.saml.metadata.resolver Classes for SAML metadata resolution.org.opensaml.saml.metadata.resolver.filter Classes for SAML metadata filtering. -
-
Uses of MetadataFilter in org.opensaml.saml.metadata.resolver
Methods in org.opensaml.saml.metadata.resolver that return MetadataFilter Modifier and Type Method Description MetadataFilterChainingMetadataResolver. getMetadataFilter()Gets the metadata filter applied to the metadata.MetadataFilterMetadataResolver. getMetadataFilter()Gets the metadata filter applied to the metadata.Methods in org.opensaml.saml.metadata.resolver with parameters of type MetadataFilter Modifier and Type Method Description voidChainingMetadataResolver. 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 MetadataFilter Modifier and Type Class Description classMetadataFilterChainA filter that allows the composition ofMetadataFilters.Fields in org.opensaml.saml.metadata.resolver.filter with type parameters of type MetadataFilter Modifier and Type Field Description private List<MetadataFilter>MetadataFilterChain. filtersRegistered filters.Methods in org.opensaml.saml.metadata.resolver.filter that return types with arguments of type MetadataFilter Modifier and Type Method Description List<MetadataFilter>MetadataFilterChain. getFilters()Get the list ofMetadataFilters that make up this chain.Method parameters in org.opensaml.saml.metadata.resolver.filter with type arguments of type MetadataFilter Modifier and Type Method Description voidMetadataFilterChain. setFilters(List<MetadataFilter> newFilters)Set the list ofMetadataFilters that make up this chain.
-