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