Uses of Class
org.opensaml.saml.metadata.resolver.filter.MetadataFilterContext
Packages that use MetadataFilterContext
Package
Description
Classes for SAML metadata filtering.
Implementation of Metadata Filters.
Classes for retrieving, filtering, and querying metadata.
-
Uses of MetadataFilterContext in org.opensaml.saml.metadata.resolver.filter
Methods in org.opensaml.saml.metadata.resolver.filter with parameters of type MetadataFilterContextModifier and TypeMethodDescriptionMetadataFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.final XMLObjectMetadataFilterChain.filter(XMLObject xmlObject, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted. -
Uses of MetadataFilterContext in org.opensaml.saml.metadata.resolver.filter.impl
Methods in org.opensaml.saml.metadata.resolver.filter.impl with parameters of type MetadataFilterContextModifier and TypeMethodDescriptionAlgorithmFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.ByReferenceMetadataFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.EntityAttributesFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.EntityRoleFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.NameIDFormatFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.NodeProcessingMetadataFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.PredicateFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.RequiredValidUntilFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.SchemaValidationFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.SignatureValidationFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.protected booleanSignatureValidationFilter.isSkipRootSignature(MetadataFilterContext context) Determine whether validation of signature on the document root should be skipped.protected voidSignatureValidationFilter.processEntityDescriptor(EntityDescriptor entityDescriptor, MetadataFilterContext context, boolean isRoot) Process the signatures on the specified EntityDescriptor and any signed children.protected voidSignatureValidationFilter.processEntityGroup(EntitiesDescriptor entitiesDescriptor, MetadataFilterContext context, boolean isRoot) Process the signatures on the specified EntitiesDescriptor and any signed children. -
Uses of MetadataFilterContext in org.opensaml.saml.metadata.resolver.impl
Methods in org.opensaml.saml.metadata.resolver.impl that return MetadataFilterContextModifier and TypeMethodDescriptionprotected MetadataFilterContextAbstractMetadataResolver.newFilterContext()Get a new instance ofMetadataFilterContextto be used when filtering metadata.protected MetadataFilterContextFileBackedHTTPMetadataResolver.newFilterContext()Get a new instance ofMetadataFilterContextto be used when filtering metadata.