org.opensaml.saml2.core.validator
Class AssertionIDRefSchemaValidator

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

public class AssertionIDRefSchemaValidator
extends Object
implements org.opensaml.xml.validation.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 org.opensaml.xml.validation.ValidationException

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

validateIDRef

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

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


Copyright © 2006-2011 Internet2. All Rights Reserved.