org.opensaml.xml.encryption.validator
public class EncryptionPropertiesSchemaValidator extends Object implements Validator<EncryptionProperties>
EncryptionProperties
for Schema compliance.Constructor and Description |
---|
EncryptionPropertiesSchemaValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validate(EncryptionProperties xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
validateTransforms(EncryptionProperties xmlObject)
Validate the encryption properties list.
|
public void validate(EncryptionProperties xmlObject) throws ValidationException
validate
in interface Validator<EncryptionProperties>
xmlObject
- the XMLObject to validateValidationException
- thrown if the element is not validprotected void validateTransforms(EncryptionProperties xmlObject) throws ValidationException
xmlObject
- the object to validateValidationException
- thrown if the object is invalidCopyright © 1999-2014 JBoss by Red Hat. All Rights Reserved.