Modifiers | Name | Description |
---|---|---|
static java.lang.String |
SECURITY_CHECK_RESPONSE_RESULT |
|
static java.lang.String |
SECURITY_SCAN_REQUEST_RESULT |
|
static java.lang.String |
STATUS_PROPERTY |
Fields inherited from class | Fields |
---|---|
interface ModelItem |
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addWsdlAssertion(java.lang.String assertionLabel) |
|
void |
copyConfig(SecurityScanConfig backupCheckConfig) |
|
javax.swing.JComponent |
getAdvancedSettingsPanel() Advanced setting panel for configuration |
|
javax.swing.JComponent |
getComponent() Gets desktop configuration for specific SecurityCheck |
|
XmlObject |
getConfig() |
|
java.lang.String |
getConfigDescription() |
|
java.lang.String |
getConfigName() |
|
ExecutionStrategyHolder |
getExecutionStrategy() |
|
java.lang.String |
getHelpURL() |
|
SecurityScanResult |
getSecurityScanResult() |
|
TestStep |
getTestStep() |
|
java.lang.String |
getType() The type of this check |
|
boolean |
isApplyForFailedStep() |
|
boolean |
isConfigurable() |
|
boolean |
isDisabled() Checks if the test is disabled |
|
boolean |
isRunOnlyOnce() |
|
boolean |
isSkipFurtherRunning() |
|
void |
release() |
|
SecurityScanResult |
run(TestStep testStep, SecurityTestRunContext context, SecurityTestRunner securityTestRunner) |
|
void |
setApplyForFailedTestStep(boolean apply) |
|
void |
setDisabled(boolean disabled) Disables or Enables the check |
|
void |
setExecutionStrategy(ExecutionStrategyHolder executionStrategyHolder) |
|
void |
setRunOnlyOnce(boolean runOnlyOnce) |
|
void |
setSkipFurtherRunning(boolean skipFurtherRunning) |
|
void |
setTestStep(TestStep step) |
|
void |
updateSecurityConfig(SecurityScanConfig config) |
Methods inherited from class | Name |
---|---|
interface Assertable |
addAssertion, addAssertionsListener, cloneAssertion, getAssertableContent, getAssertableContentAsXml, getAssertableType, getAssertionAt, getAssertionByName, getAssertionCount, getAssertionList, getAssertionStatus, getAssertions, getDefaultAssertableContent, getInterface, getModelItem, getTestStep, moveAssertion, removeAssertion, removeAssertionsListener |
interface ModelItem |
getChildren, getDescription, getIcon, getId, getName, getParent, getProject, getSettings |
interface PropertyChangeNotifier |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Advanced setting panel for configuration
Gets desktop configuration for specific SecurityCheck
TestStep
- the TestStep to create the config for, could be null for
HttpMonitor checksThe type of this check
Checks if the test is disabled
Disables or Enables the check