org.opensaml.saml2.core.validator
Class SubjectQuerySchemaValidator<SubjectQueryType extends SubjectQuery>
java.lang.Object
org.opensaml.saml2.core.validator.RequestAbstractTypeSchemaValidator<SubjectQueryType>
org.opensaml.saml2.core.validator.SubjectQuerySchemaValidator<SubjectQueryType>
- All Implemented Interfaces:
- org.opensaml.xml.validation.Validator<SubjectQueryType>
- Direct Known Subclasses:
- AttributeQuerySchemaValidator, AuthnQuerySchemaValidator, AuthzDecisionQuerySchemaValidator
public abstract class SubjectQuerySchemaValidator<SubjectQueryType extends SubjectQuery>
- extends RequestAbstractTypeSchemaValidator<SubjectQueryType>
Checks SubjectQuery
for Schema compliance.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubjectQuerySchemaValidator
public SubjectQuerySchemaValidator()
- Constructor
validate
public void validate(SubjectQueryType query)
throws org.opensaml.xml.validation.ValidationException
-
- Specified by:
validate
in interface org.opensaml.xml.validation.Validator<SubjectQueryType extends SubjectQuery>
- Overrides:
validate
in class RequestAbstractTypeSchemaValidator<SubjectQueryType extends SubjectQuery>
- Throws:
org.opensaml.xml.validation.ValidationException
validateSubject
protected void validateSubject(SubjectQuery query)
throws org.opensaml.xml.validation.ValidationException
- Validates the Subject child element.
- Parameters:
query
-
- Throws:
org.opensaml.xml.validation.ValidationException
Copyright © 2006-2012 Internet2. All Rights Reserved.