org.opensaml.saml2.metadata.validator
Class AffiliateMemberSchemaValidator

java.lang.Object
  extended by org.opensaml.saml2.metadata.validator.AffiliateMemberSchemaValidator
All Implemented Interfaces:
Validator<AffiliateMember>

public class AffiliateMemberSchemaValidator
extends Object
implements Validator<AffiliateMember>

Checks AffiliateMember for Schema compliance.


Constructor Summary
AffiliateMemberSchemaValidator()
          Constructor
 
Method Summary
 void validate(AffiliateMember affiliateMember)
          
protected  void validateID(AffiliateMember affiliateMember)
          Checks that ID is valid and present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AffiliateMemberSchemaValidator

public AffiliateMemberSchemaValidator()
Constructor

Method Detail

validate

public void validate(AffiliateMember affiliateMember)
              throws ValidationException

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

validateID

protected void validateID(AffiliateMember affiliateMember)
                   throws ValidationException
Checks that ID is valid and present.

Parameters:
affiliateMember -
Throws:
ValidationException


Copyright © 1999-2012. All Rights Reserved.