org.opensaml.saml2.core.validator
Class AssertionURIRefSchemaValidator
java.lang.Object
org.opensaml.saml2.core.validator.AssertionURIRefSchemaValidator
- All Implemented Interfaces:
- org.opensaml.xml.validation.Validator<AssertionURIRef>
public class AssertionURIRefSchemaValidator
- extends Object
- implements org.opensaml.xml.validation.Validator<AssertionURIRef>
Checks AssertionURIRef
for Schema compliance.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssertionURIRefSchemaValidator
public AssertionURIRefSchemaValidator()
- Constructor
validate
public void validate(AssertionURIRef assertionURIRef)
throws org.opensaml.xml.validation.ValidationException
-
- Specified by:
validate
in interface org.opensaml.xml.validation.Validator<AssertionURIRef>
- Throws:
org.opensaml.xml.validation.ValidationException
validateURIRef
protected void validateURIRef(AssertionURIRef assertionURIRef)
throws org.opensaml.xml.validation.ValidationException
- Checks that the URI reference is present.
- Parameters:
assertionURIRef
-
- Throws:
org.opensaml.xml.validation.ValidationException
Copyright © 2006-2010 Internet2. All Rights Reserved.