Constructor and Description |
---|
StatusSchemaValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validate(Status status) |
protected void |
validateStatusCode(Status status)
Validates that given status has a status code.
|
public void validate(Status status) throws org.opensaml.xml.validation.ValidationException
validate
in interface org.opensaml.xml.validation.Validator<Status>
org.opensaml.xml.validation.ValidationException
protected void validateStatusCode(Status status) throws org.opensaml.xml.validation.ValidationException
status
- status to validateorg.opensaml.xml.validation.ValidationException
- thrown if the status does not have a status codeCopyright © 1999-2013. All Rights Reserved.