|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.saml1.core.validator.ResponseAbstractTypeSchemaValidator<ResponseType>
public class ResponseAbstractTypeSchemaValidator<ResponseType extends ResponseAbstractType>
Checks ResponseAbstractType for Schema compliance.
| Constructor Summary | |
|---|---|
ResponseAbstractTypeSchemaValidator()
|
|
| Method Summary | |
|---|---|
void |
validate(ResponseType response)
|
protected void |
validateID(ResponseAbstractType response)
Validate that the ID is present and valid |
protected void |
validateIssueInstant(ResponseAbstractType response)
Validate that the IssueInstant is present. |
protected void |
validateVersion(ResponseAbstractType response)
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 ResponseAbstractTypeSchemaValidator()
| Method Detail |
|---|
public void validate(ResponseType response)
throws org.opensaml.xml.validation.ValidationException
validate in interface org.opensaml.xml.validation.Validator<ResponseType extends ResponseAbstractType>org.opensaml.xml.validation.ValidationException
protected void validateVersion(ResponseAbstractType response)
throws org.opensaml.xml.validation.ValidationException
response -
org.opensaml.xml.validation.ValidationException
protected void validateID(ResponseAbstractType response)
throws org.opensaml.xml.validation.ValidationException
response -
org.opensaml.xml.validation.ValidationException
protected void validateIssueInstant(ResponseAbstractType response)
throws org.opensaml.xml.validation.ValidationException
response -
org.opensaml.xml.validation.ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||