| Package | Description |
|---|---|
| com.contrastsecurity.sdk |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ContrastSDK.getAgent(AgentType type,
String organizationId)
Download a contrast.jar agent associated with this account.
|
byte[] |
ContrastSDK.getAgent(AgentType type,
String organizationId,
String profileName)
Download a contrast.jar agent associated with this account.
|
Applications |
ContrastSDK.getApplication(String organizationId,
String appId) |
Applications |
ContrastSDK.getApplication(String organizationId,
String appId,
EnumSet<FilterForm.ApplicationExpandValues> expandValues)
Get summary information about a single app.
|
Applications |
ContrastSDK.getApplications(String organizationId)
Get the list of applications being monitored by Contrast.
|
Coverage |
ContrastSDK.getCoverage(String organizationId,
String appId)
Return coverage data about the monitored Contrast application.
|
Libraries |
ContrastSDK.getLibraries(String organizationId,
String appId) |
Libraries |
ContrastSDK.getLibraries(String organizationId,
String appId,
EnumSet<FilterForm.LibrariesExpandValues> expandValues)
Return the libraries of the monitored Contrast application.
|
Organizations |
ContrastSDK.getProfileDefaultOrganizations()
Get the default organization for the user profile.
|
Organizations |
ContrastSDK.getProfileOrganizations()
Get all organizations for the user profile.
|
Rules |
ContrastSDK.getRules(String organizationId)
Get the rules for an organization
|
Servers |
ContrastSDK.getServers(String organizationId,
ServerFilterForm filterForm)
Return the servers of the monitored Contrast application.
|
Servers |
ContrastSDK.getServersWithFilter(String organizationId,
ServerFilterForm filterForm)
Return the servers of the monitored Contrast application.
|
Traces |
ContrastSDK.getTraceFilterByRule(String organizationId,
String appId,
String ruleId,
FilterForm form)
Get the vulnerabilities in the application by the rule.
|
TraceListing |
ContrastSDK.getTraceListing(String organizationId,
String appId)
Get the listing for the traces in the application.
|
Traces |
ContrastSDK.getTraces(String organizationId,
String appId,
EnumSet<FilterForm.TraceExpandValue> expandValues)
Get the vulnerabilities in the application whose ID is passed in.
|
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.
|
static void |
ContrastSDK.main(String[] args) |
InputStream |
ContrastSDK.makeRequest(HttpMethod method,
String path) |
Copyright © 2016 Contrast Security. All rights reserved.