org.opensaml.saml2.core.validator
Class EvidenceSchemaValidator

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

public class EvidenceSchemaValidator
extends Object
implements Validator<Evidence>

Checks Evidence for Schema compliance.


Constructor Summary
EvidenceSchemaValidator()
          Constructor
 
Method Summary
 void validate(Evidence evidence)
          
protected  void validateAssertions(Evidence evidence)
          Checks that at least one Assertion, Assertion ID Reference, or Assertion URI Reference is present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvidenceSchemaValidator

public EvidenceSchemaValidator()
Constructor

Method Detail

validate

public void validate(Evidence evidence)
              throws ValidationException

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

validateAssertions

protected void validateAssertions(Evidence evidence)
                           throws ValidationException
Checks that at least one Assertion, Assertion ID Reference, or Assertion URI Reference is present.

Parameters:
evidence -
Throws:
ValidationException


Copyright © 1999-2013. All Rights Reserved.