org.opensaml.saml1.core.validator
Class AssertionSpecValidator

java.lang.Object
  extended by org.opensaml.saml1.core.validator.AssertionSpecValidator
All Implemented Interfaces:
Validator<Assertion>

public class AssertionSpecValidator
extends java.lang.Object
implements Validator<Assertion>

Spec validator for Assertion


Constructor Summary
AssertionSpecValidator()
           
 
Method Summary
 void validate(Assertion assertion)
          Checks to see if a XMLObject is valid.
protected  void validateDoNotCache(Assertion assertion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertionSpecValidator

public AssertionSpecValidator()
Method Detail

validate

public void validate(Assertion assertion)
              throws ValidationException
Description copied from interface: Validator
Checks to see if a XMLObject is valid.

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

validateDoNotCache

protected void validateDoNotCache(Assertion assertion)
                           throws ValidationException
Throws:
ValidationException