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:
Validator<AuthenticationQuery>

public class AuthenticationQuerySchemaValidator
extends SubjectQuerySchemaValidator<AuthenticationQuery>

Checks AuthenticationQuery for Schema compliance.


Constructor Summary
AuthenticationQuerySchemaValidator()
           
 
Method Summary
 void validate(AuthenticationQuery authnQuery)
          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

AuthenticationQuerySchemaValidator

public AuthenticationQuerySchemaValidator()
Method Detail

validate

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

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