org.opensaml.saml1.core.validator
Class AttributeQuerySchemaValidator

java.lang.Object
  extended by org.opensaml.saml1.core.validator.SubjectQuerySchemaValidator<AttributeQuery>
      extended by org.opensaml.saml1.core.validator.AttributeQuerySchemaValidator
All Implemented Interfaces:
Validator<AttributeQuery>

public class AttributeQuerySchemaValidator
extends SubjectQuerySchemaValidator<AttributeQuery>

Checks AttributeQuery for Schema compliance.


Constructor Summary
AttributeQuerySchemaValidator()
           
 
Method Summary
 void validate(AttributeQuery attributeQuery)
          Checks to see if a XMLObject is valid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeQuerySchemaValidator

public AttributeQuerySchemaValidator()
Method Detail

validate

public void validate(AttributeQuery attributeQuery)
              throws ValidationException
Checks to see if a XMLObject is valid.

Specified by:
validate in interface Validator<AttributeQuery>
Overrides:
validate in class SubjectQuerySchemaValidator<AttributeQuery>
Parameters:
attributeQuery - the XMLObject to validate
Throws:
ValidationException - thrown if the element is not valid