|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml2.core.validator.ArtifactSchemaValidator
public class ArtifactSchemaValidator
Checks Artifact
for Schema compliance.
Constructor Summary | |
---|---|
ArtifactSchemaValidator()
Constructor |
Method Summary | |
---|---|
void |
validate(Artifact artifact)
Checks to see if a XMLObject is valid. |
protected void |
validateArtifact(Artifact artifact)
Test that Artifact element content is not empty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArtifactSchemaValidator()
Method Detail |
---|
public void validate(Artifact artifact) throws ValidationException
validate
in interface Validator<Artifact>
artifact
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateArtifact(Artifact artifact) throws ValidationException
artifact
-
ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |