org.opensaml.saml1.core.validator
Class AttributeStatementSchemaValidator

java.lang.Object
  extended by org.opensaml.saml1.core.validator.SubjectStatementSchemaValidator<AttributeStatement>
      extended by org.opensaml.saml1.core.validator.AttributeStatementSchemaValidator
All Implemented Interfaces:
Validator<AttributeStatement>

public class AttributeStatementSchemaValidator
extends SubjectStatementSchemaValidator<AttributeStatement>

Checks AttributeStatement for Schema compliance.


Constructor Summary
AttributeStatementSchemaValidator()
           
 
Method Summary
 void validate(AttributeStatement attributeStatement)
          Checks to see if a XMLObject is valid.
 
Methods inherited from class org.opensaml.saml1.core.validator.SubjectStatementSchemaValidator
validateSubject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeStatementSchemaValidator

public AttributeStatementSchemaValidator()
Method Detail

validate

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

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