| Package | Description |
|---|---|
| com.contrastsecurity.http | |
| com.contrastsecurity.sdk |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerFilterForm |
| Modifier and Type | Method and Description |
|---|---|
String |
UrlBuilder.getServersFilterUrl(String organizationId,
FilterForm form) |
String |
UrlBuilder.getServersUrl(String organizationId,
FilterForm form) |
String |
UrlBuilder.getTracesByRule(String organizationId,
String appId,
String ruleId,
FilterForm form) |
String |
UrlBuilder.getTracesWithFilterUrl(String organizationId,
String appId,
FilterForm form) |
String |
UrlBuilder.getTracesWithFilterUrl(String organizationId,
String appId,
String traceFilterType,
String keycode,
FilterForm form) |
| Modifier and Type | Method and Description |
|---|---|
Traces |
ContrastSDK.getTraceFilterByRule(String organizationId,
String appId,
String ruleId,
FilterForm form)
Get the vulnerabilities in the application by the rule.
|
Traces |
ContrastSDK.getTracesWithFilter(String organizationId,
String appId,
FilterForm form)
Get the vulnerabilities in the application whose ID is passed in with a filter.
|
Traces |
ContrastSDK.getTracesWithFilter(String organizationId,
String appId,
String traceFilterType,
String keycode,
FilterForm form)
Get the vulnerabilities in the application whose ID is passed in with a filter.
|
Copyright © 2016 Contrast Security. All rights reserved.