OpenSAML-J 2.4.1-redhat-3

org.opensaml.saml2.core.validator
Class AttributeSchemaValidator

java.lang.Object
  extended by org.opensaml.saml2.core.validator.AttributeSchemaValidator
All Implemented Interfaces:
org.opensaml.xml.validation.Validator<Attribute>

public class AttributeSchemaValidator
extends Object
implements org.opensaml.xml.validation.Validator<Attribute>

Checks Attribute for Schema compliance.


Constructor Summary
AttributeSchemaValidator()
          Constructor
 
Method Summary
 void validate(Attribute attribute)
          
protected  void validateName(Attribute attribute)
          Checks that the Name attribute is present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeSchemaValidator

public AttributeSchemaValidator()
Constructor

Method Detail

validate

public void validate(Attribute attribute)
              throws org.opensaml.xml.validation.ValidationException

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

validateName

protected void validateName(Attribute attribute)
                     throws org.opensaml.xml.validation.ValidationException
Checks that the Name attribute is present.

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

OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.