|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml1.core.validator.ResponseAbstractTypeSchemaValidator<Response>
org.opensaml.saml1.core.validator.ResponseSchemaValidator
public class ResponseSchemaValidator
Checks Response
for Schema compliance.
Constructor Summary | |
---|---|
ResponseSchemaValidator()
|
Method Summary | |
---|---|
void |
validate(Response response)
|
protected void |
validateStatus(Response response)
Validates that the response has a status. |
Methods inherited from class org.opensaml.saml1.core.validator.ResponseAbstractTypeSchemaValidator |
---|
validateID, validateIssueInstant, 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 org.opensaml.xml.validation.ValidationException
validate
in interface org.opensaml.xml.validation.Validator<Response>
validate
in class ResponseAbstractTypeSchemaValidator<Response>
org.opensaml.xml.validation.ValidationException
protected void validateStatus(Response response) throws org.opensaml.xml.validation.ValidationException
response
- response to validate
org.opensaml.xml.validation.ValidationException
- thrown if the response does not have a status
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |