org.opensaml.xml.signature.validator
Class KeyInfoReferenceSchemaValidator
java.lang.Object
org.opensaml.xml.signature.validator.KeyInfoReferenceSchemaValidator
- All Implemented Interfaces:
- Validator<KeyInfoReference>
public class KeyInfoReferenceSchemaValidator
- extends Object
- implements Validator<KeyInfoReference>
Checks KeyInfoReference for Schema compliance.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyInfoReferenceSchemaValidator
public KeyInfoReferenceSchemaValidator()
validate
public void validate(KeyInfoReference xmlObject)
throws ValidationException
- Checks to see if a XMLObject is valid.
- Specified by:
validate in interface Validator<KeyInfoReference>
- Parameters:
xmlObject - the XMLObject to validate
- Throws:
ValidationException - thrown if the element is not valid
validateURI
protected void validateURI(KeyInfoReference xmlObject)
throws ValidationException
- Validate the URI.
- Parameters:
xmlObject - the object to validate
- Throws:
ValidationException - thrown if the object is invalid
Copyright © 1999-2013. All Rights Reserved.