Uses of Class
org.opensaml.saml.metadata.resolver.filter.FilterException
Packages that use FilterException
Package
Description
Classes for SAML metadata filtering.
Implementation of Metadata Filters.
Classes for retrieving, filtering, and querying metadata.
-
Uses of FilterException in org.opensaml.saml.metadata.resolver.filter
Methods in org.opensaml.saml.metadata.resolver.filter that throw FilterExceptionModifier 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.voidProcess a metadata document node. -
Uses of FilterException in org.opensaml.saml.metadata.resolver.filter.impl
Methods in org.opensaml.saml.metadata.resolver.filter.impl that throw FilterExceptionModifier 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 voidEntityRoleFilter.filterEntitiesDescriptor(EntitiesDescriptor descriptor) FiltersEntitiesDescriptor.protected voidEntityRoleFilter.filterEntityDescriptor(EntityDescriptor descriptor) Filters entity descriptor roles.protected QNameEntityRoleFilter.getRoleName(RoleDescriptor role) Gets the effective name for the role.protected InstantRequiredValidUntilFilter.getValidUntil(XMLObject metadata) Gets the validUntil time of the metadata, if present.protected voidSignatureValidationFilter.performPreValidation(Signature signature, String metadataEntryName) Perform pre-validation on the Signature token.voidProcess a metadata document node.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.protected voidNodeProcessingMetadataFilter.processNode(XMLObject node) Process an individual metadata node.protected voidSignatureValidationFilter.verifySignature(SignableXMLObject signedMetadata, String metadataEntryName, boolean isEntityGroup) Evaluate the signature on the signed metadata instance. -
Uses of FilterException in org.opensaml.saml.metadata.resolver.impl
Methods in org.opensaml.saml.metadata.resolver.impl that throw FilterExceptionModifier and TypeMethodDescriptionprotected XMLObjectAbstractMetadataResolver.filterMetadata(XMLObject metadata) Filters the given metadata.AbstractBatchMetadataResolver.preProcessNewMetadata(XMLObject root) Process the specified new metadata document, including metadata filtering and return its data in a new entity backing store instance.protected voidAbstractDynamicMetadataResolver.processNewMetadata(XMLObject root, String expectedEntityID) Process the specified new metadata document, including metadata filtering, and store the processed metadata in the backing store.protected voidAbstractDynamicMetadataResolver.processNewMetadata(XMLObject root, String expectedEntityID, boolean fromPersistentCache) Process the specified new metadata document, including metadata filtering, and store the processed metadata in the backing store.