public class SensitiveFileSecurityScan
extends com.eviware.soapui.security.scan.AbstractSecurityScan
Modifier and Type | Field and Description |
---|---|
static String |
CWE_ID |
static String |
NAME |
static String |
SENSITIVE_FILE_PATHS |
static String |
TYPE |
assertionsSupport, SECURITY_CHANGED_VALUES
Constructor and Description |
---|
SensitiveFileSecurityScan(com.eviware.soapui.model.testsuite.TestStep testStep,
com.eviware.soapui.config.SecurityScanConfig config,
com.eviware.soapui.model.ModelItem parent,
String icon) |
Modifier and Type | Method and Description |
---|---|
com.eviware.soapui.model.security.ScanRequestReportData |
buildRequestMetaData(com.eviware.soapui.security.result.SecurityScanRequestResult requestResult) |
protected void |
clear() |
protected void |
execute(com.eviware.soapui.security.SecurityTestRunner runner,
com.eviware.soapui.model.testsuite.TestStep testStep,
com.eviware.soapui.security.SecurityTestRunContext context) |
JComponent |
getComponent() |
String |
getConfigDescription() |
String |
getConfigName() |
String |
getHelpURL() |
String |
getScanTypeDescription() |
List<com.eviware.soapui.security.scan.SensitiveFileData> |
getSensitiveFiles() |
String |
getType() |
protected boolean |
hasNext(com.eviware.soapui.model.testsuite.TestStep testStep,
com.eviware.soapui.security.SecurityTestRunContext context) |
void |
initializeScan(com.eviware.soapui.model.testsuite.TestStep testStep) |
boolean |
isAllowedToRun() |
void |
setSensitiveFiles(List<com.eviware.soapui.security.scan.SensitiveFileData> sensitiveFiles) |
addAssertion, addAssertionsListener, addPropertyChangeListener, addWsdlAssertion, assertResponse, cloneAssertion, copyConfig, createMessageExchange, getAdvancedSettingsPanel, getAssertableContent, getAssertableContentAsXml, getAssertableType, getAssertionAt, getAssertionByName, getAssertionCount, getAssertionList, getAssertions, getAssertionsSupport, getAssertionStatus, getDefaultAssertableContent, getExecutionStrategy, getInterface, getModelItem, getOriginalResult, getParametersString, getReportDescription, getRequest, getSecurityScanRequestResult, getSecurityScanResult, getSecurityStatus, getTestStep, isApplyForFailedStep, isConfigurable, isDisabled, isRunOnlyOnce, isSecurable, isSingleRequestScan, isSkipFurtherRunning, moveAssertion, release, removeAssertion, removeAssertionsListener, removePropertyChangeListener, reportSecurityScanException, run, setApplyForFailedTestStep, setDisabled, setExecutionStrategy, setRunOnlyOnce, setSecurityScanRequestResult, setSkipFurtherRunning, setTestStep, updateSecurityConfig
addExternalDependencies, afterLoad, afterSave, beforeSave, clearIdCache, createEventBusMessage, dependsOn, getDescription, getExternalAction, getExternalDependencies, getIcon, getId, getName, getParent, getSettings, getWsdlModelItemById, getWsdlModelItemByName, initItemOrder, initWsdlModelItemOrder, resetConfigOnMove, resolve, setConfig, setDescription, setExternalAction, setIcon, setName, setSettings
addPropertyChangeListener, fireIndexedPropertyChange, getChildren, getDashboardDbId, getProject, isNotifyPropertyChanged, notifyPropertyChanged, removeModelItemFromConfig, removePropertyChangeListener, setDashboardDbId, setNotifyPropertyChanged
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String TYPE
public static final String NAME
public static final String SENSITIVE_FILE_PATHS
public static final String CWE_ID
public SensitiveFileSecurityScan(com.eviware.soapui.model.testsuite.TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, com.eviware.soapui.model.ModelItem parent, String icon)
public List<com.eviware.soapui.security.scan.SensitiveFileData> getSensitiveFiles()
public void setSensitiveFiles(List<com.eviware.soapui.security.scan.SensitiveFileData> sensitiveFiles)
public String getType()
getType
in interface com.eviware.soapui.model.security.SecurityScan
getType
in class com.eviware.soapui.security.scan.AbstractSecurityScan
public String getConfigName()
getConfigName
in interface com.eviware.soapui.model.security.SecurityScan
getConfigName
in class com.eviware.soapui.security.scan.AbstractSecurityScan
public String getConfigDescription()
getConfigDescription
in interface com.eviware.soapui.model.security.SecurityScan
getConfigDescription
in class com.eviware.soapui.security.scan.AbstractSecurityScan
public String getHelpURL()
getHelpURL
in interface com.eviware.soapui.model.security.SecurityScan
getHelpURL
in class com.eviware.soapui.security.scan.AbstractSecurityScan
public String getScanTypeDescription()
public JComponent getComponent()
getComponent
in interface com.eviware.soapui.model.security.SecurityScan
getComponent
in class com.eviware.soapui.security.scan.AbstractSecurityScan
public void initializeScan(com.eviware.soapui.model.testsuite.TestStep testStep)
initializeScan
in interface com.eviware.soapui.model.security.SecurityScan
initializeScan
in class com.eviware.soapui.security.scan.AbstractSecurityScan
protected void execute(com.eviware.soapui.security.SecurityTestRunner runner, com.eviware.soapui.model.testsuite.TestStep testStep, com.eviware.soapui.security.SecurityTestRunContext context)
execute
in class com.eviware.soapui.security.scan.AbstractSecurityScan
public com.eviware.soapui.model.security.ScanRequestReportData buildRequestMetaData(com.eviware.soapui.security.result.SecurityScanRequestResult requestResult)
buildRequestMetaData
in interface com.eviware.soapui.model.security.SecurityScan
buildRequestMetaData
in class com.eviware.soapui.security.scan.AbstractSecurityScan
protected boolean hasNext(com.eviware.soapui.model.testsuite.TestStep testStep, com.eviware.soapui.security.SecurityTestRunContext context)
hasNext
in class com.eviware.soapui.security.scan.AbstractSecurityScan
protected void clear()
clear
in class com.eviware.soapui.security.scan.AbstractSecurityScan
public boolean isAllowedToRun()
isAllowedToRun
in interface com.eviware.soapui.model.security.SecurityScan
isAllowedToRun
in class com.eviware.soapui.security.scan.AbstractSecurityScan
Copyright © 2019. All rights reserved.