Uses of Class
org.opensaml.xml.validation.ValidationException

Packages that use ValidationException
org.opensaml.xml Base classes for working with XML as Java objects and configuring the library. 
org.opensaml.xml.encryption.validator   
org.opensaml.xml.schema.validator   
org.opensaml.xml.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. 
org.opensaml.xml.signature.validator   
org.opensaml.xml.validation Interfaces for classes that may be used to validate trees of XMLObjects. 
 

Uses of ValidationException in org.opensaml.xml
 

Methods in org.opensaml.xml that throw ValidationException
 void AbstractValidatingSignableXMLObject.validate(boolean validateDescendants)
          Validates this XMLObject against all registered validators.
protected  void AbstractValidatingSignableXMLObject.validateChildren(XMLObject xmlObject)
          Recursive method used to validate all the children of the given XMLObject that implement ValidatingXMLObject.
 

Uses of ValidationException in org.opensaml.xml.encryption.validator
 

Methods in org.opensaml.xml.encryption.validator that throw ValidationException
 void AgreementMethodSchemaValidator.validate(AgreementMethod xmlObject)
          Checks to see if a XMLObject is valid.
 void CipherDataSchemaValidator.validate(CipherData xmlObject)
          Checks to see if a XMLObject is valid.
 void CipherReferenceSchemaValidator.validate(CipherReference xmlObject)
          Checks to see if a XMLObject is valid.
 void EncryptedTypeSchemaValidator.validate(EncryptedType xmlObject)
          Checks to see if a XMLObject is valid.
 void EncryptionMethodSchemaValidator.validate(EncryptionMethod xmlObject)
          Checks to see if a XMLObject is valid.
 void EncryptionPropertiesSchemaValidator.validate(EncryptionProperties xmlObject)
          Checks to see if a XMLObject is valid.
 void EncryptionPropertySchemaValidator.validate(EncryptionProperty xmlObject)
          Checks to see if a XMLObject is valid.
 void ReferenceListSchemaValidator.validate(ReferenceList xmlObject)
          Checks to see if a XMLObject is valid.
 void ReferenceTypeSchemaValidator.validate(ReferenceType xmlObject)
          Checks to see if a XMLObject is valid.
 void TransformsSchemaValidator.validate(Transforms xmlObject)
          Checks to see if a XMLObject is valid.
protected  void AgreementMethodSchemaValidator.validateAlgorithm(AgreementMethod xmlObject)
          Validate the algorithm URI.
protected  void EncryptionMethodSchemaValidator.validateAlgorithm(EncryptionMethod xmlObject)
          Validate the algorithm URI.
protected  void EncryptionPropertySchemaValidator.validateAttributeNamespaces(EncryptionProperty xmlObject)
          Validate that any wildcard attributes are from the XML namespace http://www.w3.org/XML/1998/namespace.
protected  void EncryptionPropertySchemaValidator.validateChildrenNamespaces(EncryptionProperty xmlObject)
          Validate that all children are from another namespace.
protected  void ReferenceTypeSchemaValidator.validateChildrenNamespaces(ReferenceType xmlObject)
          Validate that all children are from another namespace.
protected  void CipherDataSchemaValidator.validateChildrenPresence(CipherData xmlObject)
          Validate that required children are present.
protected  void EncryptedTypeSchemaValidator.validateChildrenPresence(EncryptedType xmlObject)
          Validate that required children are present.
protected  void ReferenceListSchemaValidator.validateReferences(ReferenceList xmlObject)
          Validate the list of references.
protected  void EncryptionPropertiesSchemaValidator.validateTransforms(EncryptionProperties xmlObject)
          Validate the encryption properties list.
protected  void TransformsSchemaValidator.validateTransforms(Transforms xmlObject)
          Validate the transforms.
protected  void EncryptionPropertySchemaValidator.validateUnknownChildren(EncryptionProperty xmlObject)
          Validate the unknown children.
protected  void CipherReferenceSchemaValidator.validateURI(CipherReference xmlObject)
          Validate the URI.
protected  void ReferenceTypeSchemaValidator.validateURI(ReferenceType xmlObject)
          Validate the URI.
 

Uses of ValidationException in org.opensaml.xml.schema.validator
 

Methods in org.opensaml.xml.schema.validator that throw ValidationException
 void XSStringSchemaValidator.validate(T xmlObject)
          Checks to see if a XMLObject is valid.
 void XSIntegerSchemaValidator.validate(T xmlObject)
          Checks to see if a XMLObject is valid.
 void XSBase64BinarySchemaValidator.validate(T xmlObject)
          Checks to see if a XMLObject is valid.
protected  void XSBase64BinarySchemaValidator.validateBase64BinaryContent(T xmlObject)
          Validates the content of the XSBase64Binary object.
protected  void XSIntegerSchemaValidator.validateIntegerContent(T xmlObject)
          Validates the content of the XSBase64Binary object.
protected  void XSStringSchemaValidator.validateStringContent(T xmlObject)
          Validates the content of the XSBase64Binary object.
 

Uses of ValidationException in org.opensaml.xml.signature
 

Methods in org.opensaml.xml.signature that throw ValidationException
 void SignatureValidator.validate(Signature signature)
          Checks to see if a XMLObject is valid.
 

Uses of ValidationException in org.opensaml.xml.signature.validator
 

Methods in org.opensaml.xml.signature.validator that throw ValidationException
 void DSAKeyValueSchemaValidator.validate(DSAKeyValue xmlObject)
          Checks to see if a XMLObject is valid.
 void KeyInfoTypeSchemaValidator.validate(KeyInfoType xmlObject)
          Checks to see if a XMLObject is valid.
 void KeyValueSchemaValidator.validate(KeyValue xmlObject)
          Checks to see if a XMLObject is valid.
 void PGPDataSchemaValidator.validate(PGPData xmlObject)
          Checks to see if a XMLObject is valid.
 void RetrievalMethodSchemaValidator.validate(RetrievalMethod xmlObject)
          Checks to see if a XMLObject is valid.
 void RSAKeyValueSchemaValidator.validate(RSAKeyValue xmlObject)
          Checks to see if a XMLObject is valid.
 void SignatureSchemaValidator.validate(Signature xmlObject)
          Checks to see if a XMLObject is valid.
 void SPKIDataSchemaValidator.validate(SPKIData xmlObject)
          Checks to see if a XMLObject is valid.
 void TransformSchemaValidator.validate(Transform xmlObject)
          Checks to see if a XMLObject is valid.
 void TransformsSchemaValidator.validate(Transforms xmlObject)
          Checks to see if a XMLObject is valid.
 void X509DataSchemaValidator.validate(X509Data xmlObject)
          Checks to see if a XMLObject is valid.
 void X509IssuerSerialSchemaValidator.validate(X509IssuerSerial xmlObject)
          Checks to see if a XMLObject is valid.
 void X509SerialNumberSchemaValidator.validate(X509SerialNumber xmlObject)
          Checks to see if a XMLObject is valid.
protected  void TransformSchemaValidator.validateAlgorithm(Transform xmlObject)
          Validate the algorithm URI.
protected  void SignatureSchemaValidator.validateCanonicalizationMethod(Signature xmlObject)
          Check the canonicalization method.
protected  void KeyInfoTypeSchemaValidator.validateChildrenNamespaces(KeyInfoType xmlObject)
          Validate that all children are either ones defined within the XML Signature schema, or are from another namespace.
protected  void PGPDataSchemaValidator.validateChildrenNamespaces(PGPData xmlObject)
          Validate that all children are either ones defined within the XML Signature schema, or are from another namespace.
protected  void SPKIDataSchemaValidator.validateChildrenNamespaces(SPKIData xmlObject)
          Validate that all children are either ones defined within the XML Signature schema, or are from another namespace.
protected  void X509DataSchemaValidator.validateChildrenNamespaces(X509Data xmlObject)
          Validate that all children are either ones defined within the XML Signature schema, or are from another namespace.
protected  void DSAKeyValueSchemaValidator.validateChildrenPresence(DSAKeyValue xmlObject)
          Validate that all children are present.
protected  void KeyInfoTypeSchemaValidator.validateChildrenPresence(KeyInfoType xmlObject)
          Validate that at least child is present.
protected  void KeyValueSchemaValidator.validateChildrenPresence(KeyValue xmlObject)
          Validate that exactly one child is present.
protected  void PGPDataSchemaValidator.validateChildrenPresence(PGPData xmlObject)
          Validate that at least one mandatory child is present.
protected  void RSAKeyValueSchemaValidator.validateChildrenPresence(RSAKeyValue xmlObject)
          Validate that all children are present.
protected  void SPKIDataSchemaValidator.validateChildrenPresence(SPKIData xmlObject)
          Validate that at least SPKISexp child is present.
protected  void X509DataSchemaValidator.validateChildrenPresence(X509Data xmlObject)
          Validate that at least child is present.
protected  void X509IssuerSerialSchemaValidator.validateChildrenPresence(X509IssuerSerial xmlObject)
          Validate that exactly one child is present.
protected  void X509SerialNumberSchemaValidator.validateContent(X509SerialNumber xmlObject)
          Validate the serial number content.
protected  void KeyValueSchemaValidator.validateExtensionChildNamespace(KeyValue xmlObject)
          Validate that the extension child, if present, is from another namespace.
protected  void SignatureSchemaValidator.validateSignatureMethod(Signature xmlObject)
          Check the signature method.
protected  void TransformsSchemaValidator.validateTransforms(Transforms xmlObject)
          Validate the transforms.
protected  void RetrievalMethodSchemaValidator.validateURI(RetrievalMethod xmlObject)
          Validate the URI.
 

Uses of ValidationException in org.opensaml.xml.validation
 

Methods in org.opensaml.xml.validation that throw ValidationException
 void ValidatingXMLObject.validate(boolean validateDescendants)
          Validates this XMLObject against all registered validators.
 void AbstractValidatingXMLObject.validate(boolean validateDescendants)
          Validates this XMLObject against all registered validators.
 void ValidatorSuite.validate(XMLObject xmlObject)
          Evaluates the registered validators against the given XMLObject and it's children.
 void Validator.validate(XMLObjectType xmlObject)
          Checks to see if a XMLObject is valid.
protected  void AbstractValidatingXMLObject.validateChildren(XMLObject xmlObject)
          Recursive method used to validate all the children of the given XMLObject that implement ValidatingXMLObject.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.