|
||||||||||
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)
|
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 org.opensaml.xml.validation.ValidationException
validate
in interface org.opensaml.xml.validation.Validator<Request>
validate
in class RequestAbstractTypeSchemaValidator<Request>
org.opensaml.xml.validation.ValidationException
protected void validateAssertion(Request request) throws org.opensaml.xml.validation.ValidationException
request
- the request to validate
org.opensaml.xml.validation.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 |