org.opensaml.saml2.core.validator
Class IDPListSchemaValidator

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

public class IDPListSchemaValidator
extends Object
implements 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 ValidationException

Specified by:
validate in interface Validator<IDPList>
Throws:
ValidationException

validateIDPEntries

protected void validateIDPEntries(IDPList list)
                           throws ValidationException
Validates IDPEntry child elements.

Parameters:
list -
Throws:
ValidationException


Copyright © 1999-2013. All Rights Reserved.