org.opensaml.saml2.core.validator
Class IDPEntrySchemaValidator

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

public class IDPEntrySchemaValidator
extends java.lang.Object
implements Validator<IDPEntry>

Checks IDPEntry for Schema compliance.


Constructor Summary
IDPEntrySchemaValidator()
          Constructor
 
Method Summary
 void validate(IDPEntry entry)
          Checks to see if a XMLObject is valid.
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 ValidationException
Checks to see if a XMLObject is valid.

Specified by:
validate in interface Validator<IDPEntry>
Parameters:
entry - the XMLObject to validate
Throws:
ValidationException - thrown if the element is not valid

validateProviderID

protected void validateProviderID(IDPEntry entry)
                           throws ValidationException
Validates ProviderID attribute

Parameters:
entry -
Throws:
ValidationException