Uses of Package
org.opensaml.xml.validation

Packages that use org.opensaml.xml.validation
org.opensaml.xml Base classes for working with XML as Java objects and configuring the library. 
org.opensaml.xml.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. 
org.opensaml.xml.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types. 
org.opensaml.xml.encryption.validator   
org.opensaml.xml.schema Interfaces for XMLObjects that represent XML schema types. 
org.opensaml.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types. 
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.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
org.opensaml.xml.signature.validator   
org.opensaml.xml.validation Interfaces for classes that may be used to validate trees of XMLObjects. 
 

Classes in org.opensaml.xml.validation used by org.opensaml.xml
AbstractValidatingXMLObject
          Extension of AbstractXMLObject that implements ValidatingXMLObject.
ValidatingXMLObject
          A functional interface for XMLObjects that offer the ability to evaluate validation rules.
ValidationException
          An exception indicating that a XMLObject is not valid.
Validator
          An interface for classes that implement rules for checking the validity of a XMLObjects.
ValidatorSuite
          A collection of validators that can be applied to an XMLObject and its children.
 

Classes in org.opensaml.xml.validation used by org.opensaml.xml.encryption
ValidatingXMLObject
          A functional interface for XMLObjects that offer the ability to evaluate validation rules.
 

Classes in org.opensaml.xml.validation used by org.opensaml.xml.encryption.impl
AbstractValidatingXMLObject
          Extension of AbstractXMLObject that implements ValidatingXMLObject.
ValidatingXMLObject
          A functional interface for XMLObjects that offer the ability to evaluate validation rules.
 

Classes in org.opensaml.xml.validation used by org.opensaml.xml.encryption.validator
ValidationException
          An exception indicating that a XMLObject is not valid.
Validator
          An interface for classes that implement rules for checking the validity of a XMLObjects.
 

Classes in org.opensaml.xml.validation used by org.opensaml.xml.schema
ValidatingXMLObject
          A functional interface for XMLObjects that offer the ability to evaluate validation rules.
 

Classes in org.opensaml.xml.validation used by org.opensaml.xml.schema.impl
AbstractValidatingXMLObject
          Extension of AbstractXMLObject that implements ValidatingXMLObject.
ValidatingXMLObject
          A functional interface for XMLObjects that offer the ability to evaluate validation rules.
 

Classes in org.opensaml.xml.validation used by org.opensaml.xml.schema.validator
ValidationException
          An exception indicating that a XMLObject is not valid.
Validator
          An interface for classes that implement rules for checking the validity of a XMLObjects.
 

Classes in org.opensaml.xml.validation used by org.opensaml.xml.signature
ValidatingXMLObject
          A functional interface for XMLObjects that offer the ability to evaluate validation rules.
ValidationException
          An exception indicating that a XMLObject is not valid.
Validator
          An interface for classes that implement rules for checking the validity of a XMLObjects.
 

Classes in org.opensaml.xml.validation used by org.opensaml.xml.signature.impl
AbstractValidatingXMLObject
          Extension of AbstractXMLObject that implements ValidatingXMLObject.
ValidatingXMLObject
          A functional interface for XMLObjects that offer the ability to evaluate validation rules.
 

Classes in org.opensaml.xml.validation used by org.opensaml.xml.signature.validator
ValidationException
          An exception indicating that a XMLObject is not valid.
Validator
          An interface for classes that implement rules for checking the validity of a XMLObjects.
 

Classes in org.opensaml.xml.validation used by org.opensaml.xml.validation
ValidatingXMLObject
          A functional interface for XMLObjects that offer the ability to evaluate validation rules.
ValidationException
          An exception indicating that a XMLObject is not valid.
Validator
          An interface for classes that implement rules for checking the validity of a XMLObjects.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.