| Package | Description |
|---|---|
| com.contrastsecurity.http | |
| com.contrastsecurity.sdk |
| Modifier and Type | Method and Description |
|---|---|
static TraceFilterType |
TraceFilterType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TraceFilterType[] |
TraceFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
UrlBuilder.getTraceListingUrl(java.lang.String organizationId,
java.lang.String appId,
TraceFilterType traceFilterType) |
java.lang.String |
UrlBuilder.getTracesWithFilterUrl(java.lang.String organizationId,
java.lang.String appId,
TraceFilterType traceFilterType,
TraceFilterKeycode traceFilterKeycode,
TraceFilterForm form) |
| Modifier and Type | Method and Description |
|---|---|
TraceListing |
ContrastSDK.getTraceFiltersByType(java.lang.String organizationId,
java.lang.String appId,
TraceFilterType type) |
Traces |
ContrastSDK.getTracesWithFilter(java.lang.String organizationId,
java.lang.String appId,
TraceFilterType traceFilterType,
TraceFilterKeycode keycode,
TraceFilterForm form)
Get the vulnerabilities in the application whose ID is passed in with a filter.
|
Copyright © 2022 Contrast Security, Inc.. All rights reserved.