|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml1.core.validator.AttributeDesignatorSchemaValidator<AttributeDesignatorType>
public class AttributeDesignatorSchemaValidator<AttributeDesignatorType extends AttributeDesignator>
Checks AttributeDesignator
for Schema compliance.
Constructor Summary | |
---|---|
AttributeDesignatorSchemaValidator()
|
Method Summary | |
---|---|
void |
validate(AttributeDesignatorType attributeDesignator)
Checks to see if a XMLObject is valid. |
protected void |
validateName(AttributeDesignator designator)
Checks that the AttributeName attribute is present and valid |
protected void |
validateNameSpace(AttributeDesignator designator)
Checks that the AttributeNameSpace attribute is present and valid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeDesignatorSchemaValidator()
Method Detail |
---|
public void validate(AttributeDesignatorType attributeDesignator) throws ValidationException
validate
in interface Validator<AttributeDesignatorType extends AttributeDesignator>
attributeDesignator
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateNameSpace(AttributeDesignator designator) throws ValidationException
designator
-
ValidationException
protected void validateName(AttributeDesignator designator) throws ValidationException
designator
-
ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |