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