OpenSAML-J 2.4.1-redhat-3

org.opensaml.saml2.metadata.validator
Class GivenNameSchemaValidator

java.lang.Object
  extended by org.opensaml.saml2.metadata.validator.GivenNameSchemaValidator
All Implemented Interfaces:
org.opensaml.xml.validation.Validator<GivenName>

public class GivenNameSchemaValidator
extends Object
implements org.opensaml.xml.validation.Validator<GivenName>

Checks GivenName for Schema compliance.


Constructor Summary
GivenNameSchemaValidator()
          Constructor
 
Method Summary
 void validate(GivenName givenName)
          
protected  void validateName(GivenName givenName)
          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

GivenNameSchemaValidator

public GivenNameSchemaValidator()
Constructor

Method Detail

validate

public void validate(GivenName givenName)
              throws org.opensaml.xml.validation.ValidationException

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

validateName

protected void validateName(GivenName givenName)
                     throws org.opensaml.xml.validation.ValidationException
Checks that Name is present.

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

OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.