public class BoundarySecurityScan extends AbstractSecurityScanWithProperties
| Modifier and Type | Class and Description |
|---|---|
class |
BoundarySecurityScan.RestrictionLabel |
AbstractWsdlModelItem.ExternalActionAssertable.AssertionStatus| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
static String |
TYPE |
assertionsSupport, SECURITY_CHANGED_VALUESSECURITY_SCAN_REQUEST_RESULT, STATUS_PROPERTY| Constructor and Description |
|---|
BoundarySecurityScan(TestStep testStep,
SecurityScanConfig config,
com.eviware.soapui.model.ModelItem parent,
String icon) |
| Modifier and Type | Method and Description |
|---|---|
ScanRequestReportData |
buildRequestMetaData(SecurityScanRequestResult requestResult)
Returns information of the nature of a security alert raised for a particular request, which is intended for
use in a report.
|
protected void |
clear() |
protected void |
execute(SecurityTestRunner securityTestRunner,
TestStep testStep,
SecurityTestRunContext context)
should be implemented in every particular scan it executes one request,
modified by securityScan if necessary and internally adds messages for
logging to SecurityScanRequestResult
|
String |
extractRestrictions(XmlObjectTreeModel model2,
SecurityTestRunContext context,
XmlObjectTreeModel.XmlTreeNode nodeToUpdate,
XmlObjectTreeModel model,
SecurityCheckedParameter scp,
StringToStringMap stsmap) |
JComponent |
getComponent()
Overide if SecurityScan have Optional component
|
String |
getConfigDescription()
Description used in the configuration panel
|
String |
getConfigName()
Name used in the configuration panel
|
String |
getHelpURL()
Help url used for configuration panel ( help for this check )
|
String |
getScanTypeDescription()
Used to describe what this type of scan does.
|
String |
getType()
The type of this check
|
protected boolean |
hasNext(TestStep testStep,
SecurityTestRunContext context)
this method uses context to handle list of mutated request
|
boolean |
isConfigurable() |
void |
refreshRestrictionLabel(int row) |
boolean |
supportsJson() |
void |
updateEnumNodeValue(XmlObjectTreeModel.XmlTreeNode mynode,
EnumerationValues enumerationValues) |
copyConfig, extractAllParameters, getParameterAt, getParameterByLabel, getParameterHolder, getXPathReferences, importParameter, initializeScan, release, setParameterHolder, updateSecurityConfigaddAssertion, addAssertionsListener, addPropertyChangeListener, addWsdlAssertion, assertResponse, cloneAssertion, createMessageExchange, getAdvancedSettingsPanel, getAssertableContent, getAssertableContentAsXml, getAssertableType, getAssertionAt, getAssertionByName, getAssertionCount, getAssertionList, getAssertions, getAssertionsSupport, getAssertionStatus, getDefaultAssertableContent, getExecutionStrategy, getInterface, getModelItem, getOriginalResult, getParametersString, getReportDescription, getRequest, getSecurityScanRequestResult, getSecurityScanResult, getSecurityStatus, getTestStep, isAllowedToRun, isApplyForFailedStep, isDisabled, isRunOnlyOnce, isSecurable, isSingleRequestScan, isSkipFurtherRunning, moveAssertion, removeAssertion, removeAssertionsListener, removePropertyChangeListener, reportSecurityScanException, run, setApplyForFailedTestStep, setDisabled, setExecutionStrategy, setRunOnlyOnce, setSecurityScanRequestResult, setSkipFurtherRunning, setTestStepaddExternalDependencies, afterLoad, afterSave, beforeSave, clearIdCache, createEventBusMessage, dependsOn, getConfig, getDescription, getExternalAction, getExternalDependencies, getIcon, getId, getName, getParent, getSettings, getWsdlModelItemById, getWsdlModelItemByName, initItemOrder, initWsdlModelItemOrder, resetConfigOnMove, resolve, setConfig, setDescription, setExternalAction, setIcon, setName, setSettingsaddPropertyChangeListener, fireIndexedPropertyChange, getChildren, getDashboardDbId, getProject, isNotifyPropertyChanged, notifyPropertyChanged, removeModelItemFromConfig, removePropertyChangeListener, setDashboardDbId, setNotifyPropertyChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigpublic static final String TYPE
public static final String NAME
public BoundarySecurityScan(TestStep testStep, SecurityScanConfig config, com.eviware.soapui.model.ModelItem parent, String icon)
public boolean supportsJson()
supportsJson in class AbstractSecurityScanWithPropertiespublic String getScanTypeDescription()
SecurityScanpublic JComponent getComponent()
AbstractSecurityScangetComponent in interface SecurityScangetComponent in class AbstractSecurityScanpublic String getType()
SecurityScangetType in interface SecurityScangetType in class AbstractSecurityScanprotected void execute(SecurityTestRunner securityTestRunner, TestStep testStep, SecurityTestRunContext context)
AbstractSecurityScanexecute in class AbstractSecurityScanpublic ScanRequestReportData buildRequestMetaData(SecurityScanRequestResult requestResult)
SecurityScanbuildRequestMetaData in interface SecurityScanbuildRequestMetaData in class AbstractSecurityScanpublic String extractRestrictions(XmlObjectTreeModel model2, SecurityTestRunContext context, XmlObjectTreeModel.XmlTreeNode nodeToUpdate, XmlObjectTreeModel model, SecurityCheckedParameter scp, StringToStringMap stsmap) throws Exception
Exceptionpublic void updateEnumNodeValue(XmlObjectTreeModel.XmlTreeNode mynode, EnumerationValues enumerationValues)
protected boolean hasNext(TestStep testStep, SecurityTestRunContext context)
hasNext in class AbstractSecurityScanprotected void clear()
clear in class AbstractSecurityScanpublic boolean isConfigurable()
isConfigurable in interface SecurityScanisConfigurable in class AbstractSecurityScanpublic String getConfigDescription()
SecurityScangetConfigDescription in interface SecurityScangetConfigDescription in class AbstractSecurityScanpublic String getConfigName()
SecurityScangetConfigName in interface SecurityScangetConfigName in class AbstractSecurityScanpublic String getHelpURL()
SecurityScangetHelpURL in interface SecurityScangetHelpURL in class AbstractSecurityScanpublic void refreshRestrictionLabel(int row)
Copyright © 2019. All rights reserved.