org.opensaml.saml2.core.validator
Class AssertionSpecValidator

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

public class AssertionSpecValidator
extends Object
implements Validator<Assertion>

Checks Assertion for Spec compliance.


Constructor Summary
AssertionSpecValidator()
          Constructor
 
Method Summary
 void validate(Assertion assertion)
          
protected  void validateSubject(Assertion assertion)
          Checks that the Subject element is present when required.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertionSpecValidator

public AssertionSpecValidator()
Constructor

Method Detail

validate

public void validate(Assertion assertion)
              throws ValidationException

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

validateSubject

protected void validateSubject(Assertion assertion)
                        throws ValidationException
Checks that the Subject element is present when required.

Parameters:
assertion -
Throws:
ValidationException


Copyright © 1999-2013. All Rights Reserved.