org.opensaml.saml1.core.validator
Class AuthenticationQuerySchemaValidator

java.lang.Object
  extended by org.opensaml.saml1.core.validator.SubjectQuerySchemaValidator<AuthenticationQuery>
      extended by org.opensaml.saml1.core.validator.AuthenticationQuerySchemaValidator
All Implemented Interfaces:
org.opensaml.xml.validation.Validator<AuthenticationQuery>

public class AuthenticationQuerySchemaValidator
extends SubjectQuerySchemaValidator<AuthenticationQuery>

Checks AuthenticationQuery for Schema compliance.


Constructor Summary
AuthenticationQuerySchemaValidator()
           
 
Method Summary
 void validate(AuthenticationQuery authnQuery)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationQuerySchemaValidator

public AuthenticationQuerySchemaValidator()
Method Detail

validate

public void validate(AuthenticationQuery authnQuery)
              throws org.opensaml.xml.validation.ValidationException

Specified by:
validate in interface org.opensaml.xml.validation.Validator<AuthenticationQuery>
Overrides:
validate in class SubjectQuerySchemaValidator<AuthenticationQuery>
Throws:
org.opensaml.xml.validation.ValidationException


Copyright © 2006-2009 Internet2. All Rights Reserved.