org.opensaml.saml2.core.validator
Class NewIDSchemaValidator

java.lang.Object
  extended by org.opensaml.saml2.core.validator.NewIDSchemaValidator
All Implemented Interfaces:
org.opensaml.xml.validation.Validator<NewID>

public class NewIDSchemaValidator
extends Object
implements org.opensaml.xml.validation.Validator<NewID>

Checks NewID for Schema compliance.


Constructor Summary
NewIDSchemaValidator()
          Constructor
 
Method Summary
 void validate(NewID newid)
          
protected  void validateNewID(NewID newid)
          Validate the element content.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewIDSchemaValidator

public NewIDSchemaValidator()
Constructor

Method Detail

validate

public void validate(NewID newid)
              throws org.opensaml.xml.validation.ValidationException

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

validateNewID

protected void validateNewID(NewID newid)
                      throws org.opensaml.xml.validation.ValidationException
Validate the element content.

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


Copyright © 2006-2013 Internet2. All Rights Reserved.