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:
org.opensaml.xml.validation.Validator<QueryType>
Direct Known Subclasses:
AttributeQuerySchemaValidator, AuthenticationQuerySchemaValidator, AuthorizationDecisionQuerySchemaValidator

public class SubjectQuerySchemaValidator<QueryType extends SubjectQuery>
extends Object
implements org.opensaml.xml.validation.Validator<QueryType>

Checks SubjectQuery for Schema compliance.


Constructor Summary
SubjectQuerySchemaValidator()
           
 
Method Summary
 void validate(QueryType subjectQuery)
          
 
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 org.opensaml.xml.validation.ValidationException

Specified by:
validate in interface org.opensaml.xml.validation.Validator<QueryType extends SubjectQuery>
Throws:
org.opensaml.xml.validation.ValidationException


Copyright © 2006-2013 Internet2. All Rights Reserved.