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 Object
implements 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 ValidationException

Specified by:
validate in interface Validator<QueryType extends SubjectQuery>
Throws:
ValidationException


Copyright © 1999-2012. All Rights Reserved.