org.opensaml.saml2.core.validator
Class IDPEntrySchemaValidator

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

public class IDPEntrySchemaValidator
extends Object
implements org.opensaml.xml.validation.Validator<IDPEntry>

Checks IDPEntry for Schema compliance.


Constructor Summary
IDPEntrySchemaValidator()
          Constructor
 
Method Summary
 void validate(IDPEntry entry)
          
protected  void validateProviderID(IDPEntry entry)
          Validates ProviderID attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDPEntrySchemaValidator

public IDPEntrySchemaValidator()
Constructor

Method Detail

validate

public void validate(IDPEntry entry)
              throws org.opensaml.xml.validation.ValidationException

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

validateProviderID

protected void validateProviderID(IDPEntry entry)
                           throws org.opensaml.xml.validation.ValidationException
Validates ProviderID attribute

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


Copyright © 2006-2010 Internet2. All Rights Reserved.