Uses of Class
org.opensaml.saml2.metadata.provider.FilterException

Packages that use FilterException
org.opensaml.saml2.metadata.provider Class for retrieving, filtering, and querying metadata. 
 

Uses of FilterException in org.opensaml.saml2.metadata.provider
 

Methods in org.opensaml.saml2.metadata.provider that throw FilterException
 void SchemaValidationFilter.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.
 void MetadataFilterChain.doFilter(XMLObject xmlObject)
          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 MetadataFilter.doFilter(XMLObject metadata)
          Filters the given metadata, perhaps to remove elements that are not wanted.
 void SignatureValidationFilter.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 © 1999-2013. All Rights Reserved.