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

Specified by:
validate in interface Validator<AuthenticationQuery>
Overrides:
validate in class SubjectQuerySchemaValidator<AuthenticationQuery>
Throws:
ValidationException


Copyright © 1999-2013. All Rights Reserved.