public interface SecurityResult
Modifier and Type | Interface and Description |
---|---|
static class |
SecurityResult.ResultStatus
INITIALIZED - just started, for distinguishing if icon should be added in
the security log UNKNOWN - when no assertions are added OK - finished with
no errors/warnings FAILED CANCELED note:
MISSING_ASSERTIONS,MISSING_PARAMETERS - are used only for indicating
progress execution for security log entry icons
|
Modifier and Type | Method and Description |
---|---|
ActionList |
getActions()
Returns a list of actions that can be applied to this result
|
SecurityResult.ResultStatus |
getExecutionProgressStatus()
Gets execution progress status used for indicating icon color in the
SecurityLog introduced in general in case of missing assertions and
missing parameters to match status in progress bars and yet not to need
resultStatus changed
|
SecurityResult.ResultStatus |
getLogIconStatus() |
String |
getResultType()
Gets type of specific result, i.e.
|
SecurityResult.ResultStatus |
getStatus() |
String getResultType()
SecurityResult.ResultStatus getExecutionProgressStatus()
SecurityResult.ResultStatus getLogIconStatus()
SecurityResult.ResultStatus getStatus()
ActionList getActions()
Copyright © 2019. All Rights Reserved.