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