org.opensaml.saml2.metadata.validator
Class AttributeProfileSchemaValidator

java.lang.Object
  extended by org.opensaml.saml2.metadata.validator.AttributeProfileSchemaValidator
All Implemented Interfaces:
org.opensaml.xml.validation.Validator<AttributeProfile>

public class AttributeProfileSchemaValidator
extends java.lang.Object
implements org.opensaml.xml.validation.Validator<AttributeProfile>

Checks AttributeProfile for Schema compliance.


Constructor Summary
AttributeProfileSchemaValidator()
          Constructor
 
Method Summary
 void validate(AttributeProfile attributeProfile)
          
protected  void validateProfileURI(AttributeProfile attributeProfile)
          Checks that ProfileURI is present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeProfileSchemaValidator

public AttributeProfileSchemaValidator()
Constructor

Method Detail

validate

public void validate(AttributeProfile attributeProfile)
              throws org.opensaml.xml.validation.ValidationException

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

validateProfileURI

protected void validateProfileURI(AttributeProfile attributeProfile)
                           throws org.opensaml.xml.validation.ValidationException
Checks that ProfileURI is present.

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


Copyright © 2006-2012 Internet2. All Rights Reserved.