org.opensaml.saml2.metadata.validator
Class SurNameSchemaValidator

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

public class SurNameSchemaValidator
extends Object
implements Validator<SurName>

Checks SurName for Schema compliance.


Constructor Summary
SurNameSchemaValidator()
          Constructor
 
Method Summary
 void validate(SurName surName)
          
protected  void validateName(SurName surName)
          Checks that Name is present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurNameSchemaValidator

public SurNameSchemaValidator()
Constructor

Method Detail

validate

public void validate(SurName surName)
              throws ValidationException

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

validateName

protected void validateName(SurName surName)
                     throws ValidationException
Checks that Name is present.

Parameters:
surName -
Throws:
ValidationException


Copyright © 1999-2012. All Rights Reserved.