org.opensaml.saml1.core.validator
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 ValidationException
validate
in interface Validator<Status>
ValidationException
protected void validateStatusCode(Status status) throws ValidationException
status
- status to validateValidationException
- thrown if the status does not have a status codeCopyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.