Package | Description |
---|---|
com.eviware.soapui.impl.wsdl.panels.support |
Support classes for panels
|
com.eviware.soapui.model.security | |
com.eviware.soapui.monitor |
The soapui TestMonitor and related classes/interfaces
|
com.eviware.soapui.monitor.support |
Support classes for TestMonitor
|
com.eviware.soapui.security | |
com.eviware.soapui.security.panels | |
com.eviware.soapui.security.scan | |
com.eviware.soapui.support.log |
Log4J utility classes
|
Modifier and Type | Class and Description |
---|---|
class |
MockSecurityTestRunner |
Modifier and Type | Method and Description |
---|---|
void |
TestRunComponentEnabler.securityTestFinished(SecurityTestRunner runner) |
void |
TestRunComponentEnabler.securityTestStarted(SecurityTestRunner runner) |
Modifier and Type | Method and Description |
---|---|
SecurityScanResult |
SecurityScan.run(TestStep testStep,
SecurityTestRunContext context,
SecurityTestRunner securityTestRunner) |
Modifier and Type | Method and Description |
---|---|
protected void |
TestMonitor.notifySecurityTestFinished(SecurityTestRunner runner) |
protected void |
TestMonitor.notifySecurityTestStarted(SecurityTestRunner runner) |
void |
TestMonitorListener.securityTestFinished(SecurityTestRunner runner) |
void |
TestMonitorListener.securityTestStarted(SecurityTestRunner runner) |
Modifier and Type | Method and Description |
---|---|
void |
TestMonitorListenerAdapter.securityTestFinished(SecurityTestRunner runner) |
void |
TestMonitorListenerAdapter.securityTestStarted(SecurityTestRunner runner) |
Modifier and Type | Class and Description |
---|---|
class |
SecurityTestRunnerImpl |
Modifier and Type | Method and Description |
---|---|
SecurityTestRunner |
SecurityTest.run(StringToObjectMap context,
boolean async) |
Modifier and Type | Method and Description |
---|---|
Object |
SecurityTest.runStartupScript(SecurityTestRunContext runContext,
SecurityTestRunner runner)
Executes the startup Script
|
Object |
SecurityTest.runTearDownScript(SecurityTestRunContext runContext,
SecurityTestRunner runner)
Executes the teardown Script
|
Modifier and Type | Method and Description |
---|---|
SecurityTestRunner |
SecurityTestDesktopPanel.getSecurityTestRunner() |
Modifier and Type | Method and Description |
---|---|
protected void |
XPathInjectionSecurityScan.execute(SecurityTestRunner runner,
TestStep testStep,
SecurityTestRunContext context) |
protected void |
XmlBombSecurityScan.execute(SecurityTestRunner securityTestRunner,
TestStep testStep,
SecurityTestRunContext context) |
protected void |
SQLInjectionScan.execute(SecurityTestRunner securityTestRunner,
TestStep testStep,
SecurityTestRunContext context) |
protected void |
MaliciousAttachmentSecurityScan.execute(SecurityTestRunner securityTestRunner,
TestStep testStep,
SecurityTestRunContext context) |
protected void |
MalformedXmlSecurityScan.execute(SecurityTestRunner runner,
TestStep testStep,
SecurityTestRunContext context) |
protected void |
InvalidTypesSecurityScan.execute(SecurityTestRunner securityTestRunner,
TestStep testStep,
SecurityTestRunContext context) |
protected void |
GroovySecurityScan.execute(SecurityTestRunner securityTestRunner,
TestStep testStep,
SecurityTestRunContext context) |
protected void |
FuzzerSecurityScan.execute(SecurityTestRunner runner,
TestStep testStep,
SecurityTestRunContext context) |
protected void |
CrossSiteScriptingScan.execute(SecurityTestRunner securityTestRunner,
TestStep testStep,
SecurityTestRunContext context) |
protected void |
BoundarySecurityScan.execute(SecurityTestRunner securityTestRunner,
TestStep testStep,
SecurityTestRunContext context) |
protected abstract void |
AbstractSecurityScan.execute(SecurityTestRunner runner,
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
|
SecurityScanResult |
AbstractSecurityScan.run(TestStep testStep,
SecurityTestRunContext context,
SecurityTestRunner securityTestRunner) |
Modifier and Type | Method and Description |
---|---|
void |
LogDisablingTestMonitorListener.securityTestFinished(SecurityTestRunner runner) |
void |
LogDisablingTestMonitorListener.securityTestStarted(SecurityTestRunner runner) |
Copyright © 2019. All Rights Reserved.