org.opensaml.saml1.core.validator
Class AttributeDesignatorSchemaValidator<AttributeDesignatorType extends AttributeDesignator>

java.lang.Object
  extended by org.opensaml.saml1.core.validator.AttributeDesignatorSchemaValidator<AttributeDesignatorType>
All Implemented Interfaces:
org.opensaml.xml.validation.Validator<AttributeDesignatorType>
Direct Known Subclasses:
AttributeSchemaValidator

public class AttributeDesignatorSchemaValidator<AttributeDesignatorType extends AttributeDesignator>
extends java.lang.Object
implements org.opensaml.xml.validation.Validator<AttributeDesignatorType>

Checks AttributeDesignator for Schema compliance.


Constructor Summary
AttributeDesignatorSchemaValidator()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeDesignatorSchemaValidator

public AttributeDesignatorSchemaValidator()
Method Detail

validate

public void validate(AttributeDesignatorType attributeDesignator)
              throws org.opensaml.xml.validation.ValidationException

Specified by:
validate in interface org.opensaml.xml.validation.Validator<AttributeDesignatorType extends AttributeDesignator>
Throws:
org.opensaml.xml.validation.ValidationException

validateNameSpace

protected void validateNameSpace(AttributeDesignator designator)
                          throws org.opensaml.xml.validation.ValidationException
Checks that the AttributeNameSpace attribute is present and valid

Parameters:
designator -
Throws:
org.opensaml.xml.validation.ValidationException

validateName

protected void validateName(AttributeDesignator designator)
                     throws org.opensaml.xml.validation.ValidationException
Checks that the AttributeName attribute is present and valid

Parameters:
designator -
Throws:
org.opensaml.xml.validation.ValidationException


Copyright © 2006-2012 Internet2. All Rights Reserved.