Package | Description |
---|---|
org.opensaml.saml2.metadata.provider |
Class for retrieving, filtering, and querying metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
SignatureValidationFilter.doFilter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
SchemaValidationFilter.doFilter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
RequiredValidUntilFilter.doFilter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
MetadataFilterChain.doFilter(XMLObject xmlObject)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
MetadataFilter.doFilter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
EntityRoleFilter.doFilter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
protected void |
EntityRoleFilter.filterEntitiesDescriptor(EntitiesDescriptor descriptor)
Filters entities descriptor.
|
protected void |
EntityRoleFilter.filterEntityDescriptor(EntityDescriptor descriptor)
Filters entity descriptor roles.
|
protected void |
AbstractMetadataProvider.filterMetadata(XMLObject metadata)
Filters the given metadata.
|
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.
|
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 |
SignatureValidationFilter.verifySignature(SignableXMLObject signedMetadata,
String metadataEntryName,
boolean isEntityGroup)
Evaluate the signature on the signed metadata instance.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.