|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.encryption.validator.EncryptionPropertiesSchemaValidator
public class EncryptionPropertiesSchemaValidator
Checks EncryptionProperties
for Schema compliance.
Constructor Summary | |
---|---|
EncryptionPropertiesSchemaValidator()
|
Method Summary | |
---|---|
void |
validate(EncryptionProperties xmlObject)
Checks to see if a XMLObject is valid. |
protected void |
validateTransforms(EncryptionProperties xmlObject)
Validate the encryption properties list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncryptionPropertiesSchemaValidator()
Method Detail |
---|
public void validate(EncryptionProperties xmlObject) throws ValidationException
validate
in interface Validator<EncryptionProperties>
xmlObject
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateTransforms(EncryptionProperties xmlObject) throws ValidationException
xmlObject
- the object to validate
ValidationException
- thrown if the object is invalid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |