org.opensaml.saml2.core.validator
Class RequesterIDSchemaValidator

java.lang.Object
  extended by org.opensaml.saml2.core.validator.RequesterIDSchemaValidator
All Implemented Interfaces:
Validator<RequesterID>

public class RequesterIDSchemaValidator
extends java.lang.Object
implements Validator<RequesterID>

Checks RequesterID for Schema compliance.


Constructor Summary
RequesterIDSchemaValidator()
          Constructor
 
Method Summary
 void validate(RequesterID requesterID)
          Checks to see if a XMLObject is valid.
protected  void validateRequesterID(RequesterID reqid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequesterIDSchemaValidator

public RequesterIDSchemaValidator()
Constructor

Method Detail

validate

public void validate(RequesterID requesterID)
              throws ValidationException
Checks to see if a XMLObject is valid.

Specified by:
validate in interface Validator<RequesterID>
Parameters:
requesterID - the XMLObject to validate
Throws:
ValidationException - thrown if the element is not valid

validateRequesterID

protected void validateRequesterID(RequesterID reqid)
                            throws ValidationException
Throws:
ValidationException