| Package | Description |
|---|---|
| com.contrastsecurity.http | |
| com.contrastsecurity.sdk |
| Modifier and Type | Method and Description |
|---|---|
String |
UrlBuilder.getTracesByApplicationUrl(String organizationId,
String appId,
TraceFilterForm form) |
String |
UrlBuilder.getTracesByOrganizationUrl(String organizationId,
TraceFilterForm form) |
String |
UrlBuilder.getTracesWithFilterUrl(String organizationId,
String appId,
TraceFilterType traceFilterType,
TraceFilterKeycode traceFilterKeycode,
TraceFilterForm form) |
| Modifier and Type | Method and Description |
|---|---|
Traces |
ContrastSDK.getTraces(String organizationId,
String appId,
TraceFilterForm form)
Get the vulnerabilities in the application whose ID is passed in.
|
Traces |
ContrastSDK.getTracesInOrg(String organizationId,
TraceFilterForm form)
Get the vulnerabilities in the organization whose ID is passed in.
|
Traces |
ContrastSDK.getTracesWithFilter(String organizationId,
String appId,
TraceFilterType traceFilterType,
TraceFilterKeycode keycode,
TraceFilterForm form)
Get the vulnerabilities in the application whose ID is passed in with a filter.
|
Copyright © 2017 Contrast Security. All rights reserved.