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