|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml2.core.validator.RequestAbstractTypeSchemaValidator<SubjectQueryType>
org.opensaml.saml2.core.validator.SubjectQuerySchemaValidator<AttributeQuery>
org.opensaml.saml2.core.validator.AttributeQuerySchemaValidator
public class AttributeQuerySchemaValidator
Checks AttributeQuery
for Schema compliance.
Constructor Summary | |
---|---|
AttributeQuerySchemaValidator()
Constructor. |
Method Summary | |
---|---|
void |
validate(AttributeQuery query)
|
protected void |
validateUniqueAttributeIdentifiers(AttributeQuery query)
Checks that all the attributes have a unique Name/NameFormat pair. |
Methods inherited from class org.opensaml.saml2.core.validator.SubjectQuerySchemaValidator |
---|
validateSubject |
Methods inherited from class org.opensaml.saml2.core.validator.RequestAbstractTypeSchemaValidator |
---|
validateID, validateIssueInstant, validateVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeQuerySchemaValidator()
Method Detail |
---|
public void validate(AttributeQuery query) throws org.opensaml.xml.validation.ValidationException
validate
in interface org.opensaml.xml.validation.Validator<AttributeQuery>
validate
in class SubjectQuerySchemaValidator<AttributeQuery>
org.opensaml.xml.validation.ValidationException
protected void validateUniqueAttributeIdentifiers(AttributeQuery query) throws org.opensaml.xml.validation.ValidationException
query
- the attribute query to validate
org.opensaml.xml.validation.ValidationException
- thrown if more than on Name/NameFormat pair is found in the list of attributes in
this query
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |