public interface SecurityScan extends ModelItem, Assertable
Assertable.AssertionStatus
Modifier and Type | Field and Description |
---|---|
static String |
SECURITY_CHECK_RESPONSE_RESULT |
static String |
SECURITY_SCAN_REQUEST_RESULT |
static String |
STATUS_PROPERTY |
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
getChildren, getDescription, getIcon, getId, getName, getParent, getProject, getSettings
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
addAssertion, addAssertionsListener, cloneAssertion, getAssertableContent, getAssertableContentAsXml, getAssertableType, getAssertionAt, getAssertionByName, getAssertionCount, getAssertionList, getAssertions, getAssertionStatus, getDefaultAssertableContent, getInterface, getModelItem, moveAssertion, removeAssertion, removeAssertionsListener
static final String SECURITY_SCAN_REQUEST_RESULT
static final String SECURITY_CHECK_RESPONSE_RESULT
static final String STATUS_PROPERTY
void updateSecurityConfig(SecurityScanConfig config)
SecurityScanResult run(TestStep testStep, SecurityTestRunContext context, SecurityTestRunner securityTestRunner)
boolean isConfigurable()
JComponent getComponent()
TestStep
- the TestStep to create the config for, could be null for
HttpMonitor checksString getType()
TestStep getTestStep()
getTestStep
in interface Assertable
void setTestStep(TestStep step)
boolean isDisabled()
void setDisabled(boolean disabled)
disabled
- ExecutionStrategyHolder getExecutionStrategy()
void setExecutionStrategy(ExecutionStrategyHolder executionStrategyHolder)
String getConfigName()
String getConfigDescription()
String getHelpURL()
JComponent getAdvancedSettingsPanel()
SecurityScanResult getSecurityScanResult()
org.apache.xmlbeans.XmlObject getConfig()
void copyConfig(SecurityScanConfig backupCheckConfig)
void addWsdlAssertion(String assertionLabel)
boolean isApplyForFailedStep()
void setApplyForFailedTestStep(boolean apply)
boolean isRunOnlyOnce()
void setRunOnlyOnce(boolean runOnlyOnce)
boolean isSkipFurtherRunning()
void setSkipFurtherRunning(boolean skipFurtherRunning)
void release()
Copyright © 2019. All Rights Reserved.