org.opensaml.saml2.core.validator
Class IDPListSchemaValidator

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

public class IDPListSchemaValidator
extends Object
implements org.opensaml.xml.validation.Validator<IDPList>

Checks IDPList for Schema compliance.


Constructor Summary
IDPListSchemaValidator()
          Constructor
 
Method Summary
 void validate(IDPList list)
          
protected  void validateIDPEntries(IDPList list)
          Validates IDPEntry child elements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDPListSchemaValidator

public IDPListSchemaValidator()
Constructor

Method Detail

validate

public void validate(IDPList list)
              throws org.opensaml.xml.validation.ValidationException

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

validateIDPEntries

protected void validateIDPEntries(IDPList list)
                           throws org.opensaml.xml.validation.ValidationException
Validates IDPEntry child elements.

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


Copyright © 2006-2011 Internet2. All Rights Reserved.