org.opensaml.saml2.core.validator
Class IssuerSchemaValidator

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

public class IssuerSchemaValidator
extends java.lang.Object
implements Validator<Issuer>

Checks Issuer for Schema compliance.


Constructor Summary
IssuerSchemaValidator()
          Constructor
 
Method Summary
 void validate(Issuer issuer)
          Checks to see if a XMLObject is valid.
protected  void validateName(Issuer issuer)
          Checks that Issuer name is present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssuerSchemaValidator

public IssuerSchemaValidator()
Constructor

Method Detail

validate

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

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

validateName

protected void validateName(Issuer issuer)
                     throws ValidationException
Checks that Issuer name is present.

Parameters:
issuer -
Throws:
ValidationException