|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml1.core.validator.RequestAbstractTypeSchemaValidator<RequestType>
public class RequestAbstractTypeSchemaValidator<RequestType extends RequestAbstractType>
Checks RequestAbstractType
for Schema compliance.
Constructor Summary | |
---|---|
RequestAbstractTypeSchemaValidator()
|
Method Summary | |
---|---|
void |
validate(RequestType requestAbstractType)
Checks to see if a XMLObject is valid. |
protected void |
validateID(RequestAbstractType request)
Validate that the ID is present and valid |
protected void |
validateIssueInstant(RequestAbstractType request)
Validate that the IssueInstant is present. |
protected void |
validateVersion(RequestAbstractType request)
Validates that this is SAML1.0 or SAML 1.1 |
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 requestAbstractType) throws ValidationException
validate
in interface Validator<RequestType extends RequestAbstractType>
requestAbstractType
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateVersion(RequestAbstractType request) throws ValidationException
request
-
ValidationException
protected void validateID(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 |