org.opensaml.saml1.core.validator
Class SubjectQuerySchemaValidator<QueryType extends SubjectQuery>

java.lang.Object
  extended by org.opensaml.saml1.core.validator.SubjectQuerySchemaValidator<QueryType>
All Implemented Interfaces:
Validator<QueryType>
Direct Known Subclasses:
AttributeQuerySchemaValidator, AuthenticationQuerySchemaValidator, AuthorizationDecisionQuerySchemaValidator

public class SubjectQuerySchemaValidator<QueryType extends SubjectQuery>
extends java.lang.Object
implements Validator<QueryType>

Checks SubjectQuery for Schema compliance.


Constructor Summary
SubjectQuerySchemaValidator()
           
 
Method Summary
 void validate(QueryType subjectQuery)
          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

SubjectQuerySchemaValidator

public SubjectQuerySchemaValidator()
Method Detail

validate

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

Specified by:
validate in interface Validator<QueryType extends SubjectQuery>
Parameters:
subjectQuery - the XMLObject to validate
Throws:
ValidationException - thrown if the element is not valid