Package | Description |
---|---|
org.opensaml.saml.metadata.resolver.filter |
Classes for SAML metadata filtering.
|
org.opensaml.saml.metadata.resolver.filter.impl |
Implementation of the resolver filters.
|
org.opensaml.saml.metadata.resolver.impl |
Class for retrieving, filtering, and querying metadata.
|
Modifier and Type | Method and Description |
---|---|
XMLObject |
MetadataFilter.filter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
MetadataNodeProcessor.process(XMLObject metadataNode)
Process a metadata document node.
|
Modifier and Type | Method and Description |
---|---|
XMLObject |
PredicateFilter.filter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
XMLObject |
NodeProcessingMetadataFilter.filter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
XMLObject |
SignatureValidationFilter.filter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
XMLObject |
SchemaValidationFilter.filter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
XMLObject |
EntityRoleFilter.filter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
XMLObject |
MetadataFilterChain.filter(XMLObject xmlObject)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
XMLObject |
RequiredValidUntilFilter.filter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
XMLObject |
EntityAttributesFilter.filter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
protected void |
EntityRoleFilter.filterEntitiesDescriptor(EntitiesDescriptor descriptor)
Filters
EntitiesDescriptor . |
protected void |
EntityRoleFilter.filterEntityDescriptor(EntityDescriptor descriptor)
Filters entity descriptor roles.
|
protected QName |
EntityRoleFilter.getRoleName(RoleDescriptor role)
Gets the effective name for the role.
|
protected org.joda.time.DateTime |
RequiredValidUntilFilter.getValidUntil(XMLObject metadata)
Gets the validUntil time of the metadata, if present.
|
protected void |
SignatureValidationFilter.performPreValidation(Signature signature,
String metadataEntryName)
Perform pre-validation on the Signature token.
|
void |
EntitiesDescriptorNameProcessor.process(XMLObject metadataNode)
Process a metadata document node.
|
protected void |
SignatureValidationFilter.processEntityDescriptor(EntityDescriptor entityDescriptor)
Process the signatures on the specified EntityDescriptor and any signed children.
|
protected void |
SignatureValidationFilter.processEntityGroup(EntitiesDescriptor entitiesDescriptor)
Process the signatures on the specified EntitiesDescriptor and any signed children.
|
protected void |
NodeProcessingMetadataFilter.processNode(XMLObject node)
Process an individual metadata node.
|
protected void |
SignatureValidationFilter.verifySignature(SignableXMLObject signedMetadata,
String metadataEntryName,
boolean isEntityGroup)
Evaluate the signature on the signed metadata instance.
|
Modifier and Type | Method and Description |
---|---|
protected XMLObject |
AbstractMetadataResolver.filterMetadata(XMLObject metadata)
Filters the given metadata.
|
protected AbstractBatchMetadataResolver.BatchEntityBackingStore |
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 void |
AbstractDynamicMetadataResolver.processNewMetadata(XMLObject root,
String expectedEntityID)
Process the specified new metadata document, including metadata filtering, and store the
processed metadata in the backing store.
|
Copyright © 2017. All rights reserved.