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 Object
implements 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 ValidationException

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

validateProviderID

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

Parameters:
entry -
Throws:
ValidationException


Copyright © 1999-2012. All Rights Reserved.