|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml1.core.validator.StatusSchemaValidator
public class StatusSchemaValidator
Checks Status
for Schema compliance.
Constructor Summary | |
---|---|
StatusSchemaValidator()
|
Method Summary | |
---|---|
void |
validate(Status status)
Checks to see if a XMLObject is valid. |
protected void |
validateStatusCode(Status status)
Validates that given status has a status code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatusSchemaValidator()
Method Detail |
---|
public void validate(Status status) throws ValidationException
validate
in interface Validator<Status>
status
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateStatusCode(Status status) throws ValidationException
status
- status to validate
ValidationException
- thrown if the status does not have a status code
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |