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