org.opensaml.saml2.core.validator
Class AssertionURIRefSchemaValidator

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

public class AssertionURIRefSchemaValidator
extends java.lang.Object
implements Validator<AssertionURIRef>

Checks AssertionURIRef for Schema compliance.


Constructor Summary
AssertionURIRefSchemaValidator()
          Constructor
 
Method Summary
 void validate(AssertionURIRef assertionURIRef)
          Checks to see if a XMLObject is valid.
protected  void validateURIRef(AssertionURIRef assertionURIRef)
          Checks that the URI reference is present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertionURIRefSchemaValidator

public AssertionURIRefSchemaValidator()
Constructor

Method Detail

validate

public void validate(AssertionURIRef assertionURIRef)
              throws ValidationException
Checks to see if a XMLObject is valid.

Specified by:
validate in interface Validator<AssertionURIRef>
Parameters:
assertionURIRef - the XMLObject to validate
Throws:
ValidationException - thrown if the element is not valid

validateURIRef

protected void validateURIRef(AssertionURIRef assertionURIRef)
                       throws ValidationException
Checks that the URI reference is present.

Parameters:
assertionURIRef -
Throws:
ValidationException