org.opensaml.saml2.core.validator
public class AttributeQuerySchemaValidator extends SubjectQuerySchemaValidator<AttributeQuery>
AttributeQuery
for Schema compliance.Constructor and Description |
---|
AttributeQuerySchemaValidator()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
validate(AttributeQuery query) |
protected void |
validateUniqueAttributeIdentifiers(AttributeQuery query)
Checks that all the attributes have a unique Name/NameFormat pair.
|
validateSubject
validateID, validateIssueInstant, validateVersion
public AttributeQuerySchemaValidator()
public void validate(AttributeQuery query) throws ValidationException
validate
in interface Validator<AttributeQuery>
validate
in class SubjectQuerySchemaValidator<AttributeQuery>
ValidationException
protected void validateUniqueAttributeIdentifiers(AttributeQuery query) throws ValidationException
query
- the attribute query to validateValidationException
- thrown if more than on Name/NameFormat pair is found in the list of attributes in
this queryCopyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.