OpenSAML-J 2.4.1-redhat-3

org.opensaml.saml1.core.validator
Class EvidenceSchemaValidator

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

public class EvidenceSchemaValidator
extends Object
implements org.opensaml.xml.validation.Validator<Evidence>

Checks Evidence for Schema compliance.


Constructor Summary
EvidenceSchemaValidator()
           
 
Method Summary
 void validate(Evidence evidence)
          
protected  void validateEvidence(Evidence evidence)
          Check that there is an assertion of AddsertionIDRef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvidenceSchemaValidator

public EvidenceSchemaValidator()
Method Detail

validate

public void validate(Evidence evidence)
              throws org.opensaml.xml.validation.ValidationException

Specified by:
validate in interface org.opensaml.xml.validation.Validator<Evidence>
Throws:
org.opensaml.xml.validation.ValidationException

validateEvidence

protected void validateEvidence(Evidence evidence)
                         throws org.opensaml.xml.validation.ValidationException
Check that there is an assertion of AddsertionIDRef

Parameters:
evidence -
Throws:
org.opensaml.xml.validation.ValidationException

OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.