org.opensaml.saml1.core.validator
Class AssertionSpecValidator

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

public class AssertionSpecValidator
extends Object
implements org.opensaml.xml.validation.Validator<Assertion>

Spec validator for Assertion


Constructor Summary
AssertionSpecValidator()
           
 
Method Summary
 void validate(Assertion assertion)
           
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 org.opensaml.xml.validation.ValidationException
Specified by:
validate in interface org.opensaml.xml.validation.Validator<Assertion>
Throws:
org.opensaml.xml.validation.ValidationException

validateDoNotCache

protected void validateDoNotCache(Assertion assertion)
                           throws org.opensaml.xml.validation.ValidationException
Throws:
org.opensaml.xml.validation.ValidationException


Copyright © 2006-2011 Internet2. All Rights Reserved.