org.opensaml.saml2.metadata.validator
Class NameIDFormatSchemaValidator

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

public class NameIDFormatSchemaValidator
extends Object
implements org.opensaml.xml.validation.Validator<NameIDFormat>

Checks NameIDFormat for Schema compliance.


Constructor Summary
NameIDFormatSchemaValidator()
          Constructor
 
Method Summary
 void validate(NameIDFormat nameIDFormat)
          
protected  void validateFormat(NameIDFormat nameIDFormat)
          Checks that Format is present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameIDFormatSchemaValidator

public NameIDFormatSchemaValidator()
Constructor

Method Detail

validate

public void validate(NameIDFormat nameIDFormat)
              throws org.opensaml.xml.validation.ValidationException

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

validateFormat

protected void validateFormat(NameIDFormat nameIDFormat)
                       throws org.opensaml.xml.validation.ValidationException
Checks that Format is present.

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


Copyright © 2006-2010 Internet2. All Rights Reserved.