| Package | Description |
|---|---|
| com.contrastsecurity.http | |
| com.contrastsecurity.sdk |
| Modifier and Type | Method and Description |
|---|---|
String |
UrlBuilder.getNotesByApplicationUrl(String organizationId,
String appId,
String traceId,
TraceFilterForm form) |
String |
UrlBuilder.getNotificationsUrl(String organizationId,
TraceFilterForm form) |
String |
UrlBuilder.getSessionMetadataForApplicationUrl(String organizationId,
String appId,
TraceFilterForm form) |
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 |
|---|---|
TraceNotesResponse |
ContrastSDK.getNotes(String organizationId,
String appId,
String traceId,
TraceFilterForm form)
Get the notes (discussion) for the vulnerability ID in the application whose ID is passed in.
|
NotificationsResponse |
ContrastSDK.getNotifications(String organizationId,
TraceFilterForm form)
Get notifications for the org.
|
MetadataFilterResponse |
ContrastSDK.getSessionMetadataForApplication(String organizationId,
String appId,
TraceFilterForm form)
Get the available session metadata values in the application whose ID is passed in.
|
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.
|
TracesWithResponse |
ContrastSDK.getTracesWithResponse(String organizationId,
String appId,
TraceFilterForm form)
Get the vulnerabilities in the application whose ID is passed in.
|
Copyright © 2021 Contrast Security. All rights reserved.