| 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)
Get summary information about a single app without expandValues.
|
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.
|
Applications |
ContrastSDK.getApplicationsNames(String organizationId) |
AssessLicenseOverview |
ContrastSDK.getAssessLicensing(String organizationId)
Get all Assess Licensing for an Organizations.
|
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.
|
LibraryScores |
ContrastSDK.getLibraryScores(String organizationId)
Return the library Scores for an Organization.
|
LibraryStats |
ContrastSDK.getLibraryStats(String organizationId)
Return the library Stats for an Organization.
|
Users |
ContrastSDK.getOrganizationUsers(String organizationId)
Get all users for an organization.
|
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,
List<String> ruleNames)
Deprecated.
|
TraceListing |
ContrastSDK.getTraceFilters(String organizationId,
String appId)
Get the filters for the traces in the application.
|
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.
|
VulnerabilityTrend |
ContrastSDK.getYearlyVulnTrend(String organizationId)
Get all Vulnerability Trend for an Organizations.
|
InputStream |
ContrastSDK.makeRequest(HttpMethod method,
String path) |
Copyright © 2019 Contrast Security. All rights reserved.