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)
          
 
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

Specified by:
validate in interface Validator<AttributeStatement>
Overrides:
validate in class SubjectStatementSchemaValidator<AttributeStatement>
Throws:
ValidationException


Copyright © 1999-2013. All Rights Reserved.