|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml1.core.validator.RequestAbstractTypeSchemaValidator<Request>
org.opensaml.saml1.core.validator.RequestSchemaValidator
public class RequestSchemaValidator
Checks Request
for Schema compliance.
Constructor Summary | |
---|---|
RequestSchemaValidator()
|
Method Summary | |
---|---|
void |
validate(Request request)
Checks to see if a XMLObject is valid. |
protected void |
validateAssertion(Request request)
Validates thats the request has an some form of assertion (directly, reference, or artifact) or query, but not both. |
Methods inherited from class org.opensaml.saml1.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 RequestSchemaValidator()
Method Detail |
---|
public void validate(Request request) throws ValidationException
validate
in interface Validator<Request>
validate
in class RequestAbstractTypeSchemaValidator<Request>
request
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateAssertion(Request request) throws ValidationException
request
- the request to validate
ValidationException
- thrown if the request has more than one assertion or both an assertion and a query
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |