org.opensaml.saml2.core.validator
Class AssertionIDRefSchemaValidator

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

public class AssertionIDRefSchemaValidator
extends Object
implements Validator<AssertionIDRef>

Checks AssertionIDRef for Schema compliance.


Constructor Summary
AssertionIDRefSchemaValidator()
          Constructor
 
Method Summary
 void validate(AssertionIDRef assertionIDRef)
          
protected  void validateIDRef(AssertionIDRef assertionIDRef)
          Checks that the ID Reference is present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertionIDRefSchemaValidator

public AssertionIDRefSchemaValidator()
Constructor

Method Detail

validate

public void validate(AssertionIDRef assertionIDRef)
              throws ValidationException

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

validateIDRef

protected void validateIDRef(AssertionIDRef assertionIDRef)
                      throws ValidationException
Checks that the ID Reference is present.

Parameters:
assertionIDRef -
Throws:
ValidationException


Copyright © 1999-2013. All Rights Reserved.