org.opensaml.saml2.metadata.validator
Class NameIDFormatSchemaValidator

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

public class NameIDFormatSchemaValidator
extends Object
implements 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 ValidationException

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

validateFormat

protected void validateFormat(NameIDFormat nameIDFormat)
                       throws ValidationException
Checks that Format is present.

Parameters:
nameIDFormat -
Throws:
ValidationException


Copyright © 1999-2013. All Rights Reserved.