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 Object
implements Validator<Issuer>

Checks Issuer for Schema compliance.


Constructor Summary
IssuerSchemaValidator()
          Constructor
 
Method Summary
 void validate(Issuer issuer)
          
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

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

validateName

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

Parameters:
issuer -
Throws:
ValidationException


Copyright © 1999-2012. All Rights Reserved.