|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.encryption.validator.CipherDataSchemaValidator
public class CipherDataSchemaValidator
Checks CipherData
for Schema compliance.
Constructor Summary | |
---|---|
CipherDataSchemaValidator()
|
Method Summary | |
---|---|
void |
validate(CipherData xmlObject)
Checks to see if a XMLObject is valid. |
protected void |
validateChildrenPresence(CipherData xmlObject)
Validate that required children are present. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CipherDataSchemaValidator()
Method Detail |
---|
public void validate(CipherData xmlObject) throws ValidationException
validate
in interface Validator<CipherData>
xmlObject
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateChildrenPresence(CipherData 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 |