org.opensaml.saml1.core.validator
public class AttributeDesignatorSchemaValidator<AttributeDesignatorType extends AttributeDesignator> extends Object implements Validator<AttributeDesignatorType>
AttributeDesignator
for Schema compliance.Constructor and Description |
---|
AttributeDesignatorSchemaValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validate(AttributeDesignatorType attributeDesignator) |
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
|
public void validate(AttributeDesignatorType attributeDesignator) throws ValidationException
validate
in interface Validator<AttributeDesignatorType extends AttributeDesignator>
ValidationException
protected void validateNameSpace(AttributeDesignator designator) throws ValidationException
designator
- ValidationException
protected void validateName(AttributeDesignator designator) throws ValidationException
designator
- ValidationException
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.