public class SecurityScanResult
Modifiers | Name | Description |
---|---|---|
static int |
MAX_REQ_LOG_ENTRY_LENGTH |
|
static int |
MAX_SECURITY_CHANGED_PARAMETERS_LENGTH |
|
static java.lang.String |
TYPE |
|
SecurityScan |
securityCheck |
|
java.lang.StringBuffer |
testLog |
Constructor and description |
---|
SecurityScanResult
(SecurityScan securityCheck) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
actionPerformed(java.awt.event.ActionEvent e) |
|
void |
addSecurityRequestResult(SecurityScanRequestResult secReqResult) |
|
void |
detectMissingItems() |
|
void |
discard() |
|
ActionList |
getActions() |
|
ResultStatus |
getExecutionProgressStatus() |
|
ResultStatus |
getLogIconStatus() |
|
java.lang.String |
getLogIconStatusString() |
|
java.lang.String |
getResultType() |
|
java.util.List<SecurityScanRequestResult> |
getSecurityRequestResultList() |
|
SecurityScan |
getSecurityScan() |
|
java.lang.String |
getSecurityScanName() |
|
java.lang.String |
getSecurityTestLog() Raturns Security Test Log |
|
long |
getSize() |
|
ResultStatus |
getStatus() |
|
java.lang.String |
getStatusString() |
|
long |
getTimeStamp() Returns time stamp when test is started. |
|
long |
getTimeTaken() |
|
boolean |
isCanceled() |
|
boolean |
isDiscarded() |
|
boolean |
isHasRequestsWithWarnings() |
|
void |
release() |
|
void |
setExecutionProgressStatus(ResultStatus status) |
|
void |
setStatus(ResultStatus status) |
|
void |
writeTo(java.io.PrintWriter writer) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Raturns Security Test Log
Returns time stamp when test is started.