Package | Description |
---|---|
org.opensaml.saml2.metadata.provider |
Class for retrieving, filtering, and querying metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataFilter.doFilter(org.opensaml.xml.XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
SchemaValidationFilter.doFilter(org.opensaml.xml.XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
SignatureValidationFilter.doFilter(org.opensaml.xml.XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
MetadataFilterChain.doFilter(org.opensaml.xml.XMLObject xmlObject)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
EntityRoleFilter.doFilter(org.opensaml.xml.XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
RequiredValidUntilFilter.doFilter(org.opensaml.xml.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(org.opensaml.xml.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(org.opensaml.xml.XMLObject metadata)
Gets the validUntil time of the metadata, if present.
|
protected void |
SignatureValidationFilter.performPreValidation(org.opensaml.xml.signature.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(org.opensaml.xml.signature.SignableXMLObject signedMetadata,
String metadataEntryName,
boolean isEntityGroup)
Evaluate the signature on the signed metadata instance.
|
Copyright © 1999-2013. All Rights Reserved.