public static class RequestValidator.Result extends Object
Modifier and Type | Field and Description |
---|---|
static RequestValidator.Result |
INVALID |
Constructor and Description |
---|
Result(boolean valid) |
Result(boolean valid,
XMLSignature signature) |
Result(StatusCode statusCode,
String message) |
Modifier and Type | Method and Description |
---|---|
KeySelectorResult |
getKeySelectorResult() |
String |
getMessage() |
XMLSignature |
getSignature() |
StatusCode |
getStatusCode() |
boolean |
isValid() |
public static RequestValidator.Result INVALID
public Result(boolean valid)
public Result(boolean valid, XMLSignature signature)
public Result(StatusCode statusCode, String message)
public XMLSignature getSignature()
public StatusCode getStatusCode()
public String getMessage()
public boolean isValid()
public KeySelectorResult getKeySelectorResult()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.