|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml1.core.validator.EvidenceSchemaValidator
public class EvidenceSchemaValidator
Checks Evidence
for Schema compliance.
Constructor Summary | |
---|---|
EvidenceSchemaValidator()
|
Method Summary | |
---|---|
void |
validate(Evidence evidence)
Checks to see if a XMLObject is valid. |
protected void |
validateEvidence(Evidence evidence)
Check that there is an assertion of AddsertionIDRef |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EvidenceSchemaValidator()
Method Detail |
---|
public void validate(Evidence evidence) throws ValidationException
validate
in interface Validator<Evidence>
evidence
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateEvidence(Evidence evidence) throws ValidationException
evidence
-
ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |