Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
G
H
I
L
M
N
P
R
S
T
U
V
A
AgentType
- Enum in
com.contrastsecurity.rest
Enumerate the agent downloads.
Application
- Class in
com.contrastsecurity.rest
Application()
- Constructor for class com.contrastsecurity.rest.
Application
C
checkForTrace(String, String)
- Method in class com.contrastsecurity.rest.
ContrastConnection
CodeClass
- Class in
com.contrastsecurity.rest
A .NET or Java class.
CodeClass()
- Constructor for class com.contrastsecurity.rest.
CodeClass
CodeFile
- Class in
com.contrastsecurity.rest
A source code file, like a Ruby script, ColdFusion template, etc.
CodeFile()
- Constructor for class com.contrastsecurity.rest.
CodeFile
CodeMethod
- Class in
com.contrastsecurity.rest
An application method.
CodeMethod()
- Constructor for class com.contrastsecurity.rest.
CodeMethod
CodeObject
- Class in
com.contrastsecurity.rest
Represents a primitive/object in a method invocation.
CodeObject()
- Constructor for class com.contrastsecurity.rest.
CodeObject
com.contrastsecurity.rest
- package com.contrastsecurity.rest
com.contrastsecurity.sdk.exception
- package com.contrastsecurity.sdk.exception
com.contrastsecurity.sdk.http
- package com.contrastsecurity.sdk.http
ConfigurationException
- Exception in
com.contrastsecurity.sdk.exception
ConfigurationException()
- Constructor for exception com.contrastsecurity.sdk.exception.
ConfigurationException
ConfigurationException(String)
- Constructor for exception com.contrastsecurity.sdk.exception.
ConfigurationException
ConfigurationException(String, Throwable)
- Constructor for exception com.contrastsecurity.sdk.exception.
ConfigurationException
ConfigurationException(Throwable)
- Constructor for exception com.contrastsecurity.sdk.exception.
ConfigurationException
ContrastConnection
- Class in
com.contrastsecurity.rest
Entry point for using the Contrast REST API.
ContrastConnection(String, String, String, String)
- Constructor for class com.contrastsecurity.rest.
ContrastConnection
Create a ContrastConnection object that will attempt to use the Contrast installation in the
ContrastConnection(String, String, String)
- Constructor for class com.contrastsecurity.rest.
ContrastConnection
Create a ContrastConnection object that attempts to use the Contrast SaaS service.
ContrastRequest
- Enum in
com.contrastsecurity.sdk.http
Coverage
- Class in
com.contrastsecurity.rest
A model of an application's code coverage.
Coverage()
- Constructor for class com.contrastsecurity.rest.
Coverage
G
getAgent(AgentType, String)
- Method in class com.contrastsecurity.rest.
ContrastConnection
Download a contrast.jar agent associated with this account.
getAgent(AgentType)
- Method in class com.contrastsecurity.rest.
ContrastConnection
Download a Contrast agent associated with this account and the platform passed in.
getAgentVersion()
- Method in class com.contrastsecurity.rest.
Server
Return the version of the Contrast agent that's monitoring this server.
getApplication(String)
- Method in class com.contrastsecurity.rest.
ContrastConnection
Get summary information about a single app.
getApplications()
- Method in class com.contrastsecurity.rest.
ContrastConnection
Get the list of applications being monitored by Contrast.
getArguments()
- Method in class com.contrastsecurity.rest.
TraceEvent
The method parameters in the method invocation.
getBitset()
- Method in class com.contrastsecurity.rest.
TraceEvent
Return a proprietary bitset value for markup on any data flow evidence in this event.
getClassCount()
- Method in class com.contrastsecurity.rest.
Library
Return the number of classes in this library.
getClasses()
- Method in class com.contrastsecurity.rest.
Coverage
The class coverage model if the language is class-oriented
getCodeFiles()
- Method in class com.contrastsecurity.rest.
Coverage
The source file coverage model if the language is script or template-oriented
getCoverage(String)
- Method in class com.contrastsecurity.rest.
ContrastConnection
Return coverage data about the monitored Contrast application.
getCve()
- Method in class com.contrastsecurity.rest.
PlatformVulnerability
Return the CVE associated with this vulnerability.
getDescription()
- Method in class com.contrastsecurity.rest.
PlatformVulnerability
Return a short description about the issue.
getEvents()
- Method in class com.contrastsecurity.rest.
Trace
The events that make up the vulnerability.
getEvidence()
- Method in class com.contrastsecurity.rest.
Trace
Return any arbitrarily-formatted 'evidence' for this trace.
getExternalDateModified()
- Method in class com.contrastsecurity.rest.
Library
Return the last date this file was altered.
getFilename()
- Method in class com.contrastsecurity.rest.
Library
Return the filename for this library.
getHash()
- Method in class com.contrastsecurity.rest.
Trace
Return the simple, numeric hash of this trace
getHashCode()
- Method in class com.contrastsecurity.rest.
CodeObject
Return the identity hash code of this object.
getHeaders()
- Method in class com.contrastsecurity.rest.
HttpRequest
getHittableLines()
- Method in class com.contrastsecurity.rest.
CodeFile
Return the number of hittable lines in the file.
getHostname()
- Method in class com.contrastsecurity.rest.
Server
Return the hostname of this server.
getId()
- Method in class com.contrastsecurity.rest.
Application
The ID of this application, which is a long, alphanumeric token.
getInternalDateModified()
- Method in class com.contrastsecurity.rest.
Library
Return the last date that an entry within this file was altered.
getLanguage()
- Method in class com.contrastsecurity.rest.
Application
Return the language of the application, e.g., Java.
getLanguage()
- Method in class com.contrastsecurity.rest.
Trace
Return the language of application this trace was discovered in.
getLastActivity()
- Method in class com.contrastsecurity.rest.
Server
Return the last time any activity was received from this server.
getLastModified()
- Method in class com.contrastsecurity.rest.
CodeFile
Return the last modified time of this file.
getLastSeen()
- Method in class com.contrastsecurity.rest.
Application
Return the time the application was last monitored by Contrast.
getLastStartup()
- Method in class com.contrastsecurity.rest.
Server
Return the last time this server was restarted.
getLastTraceReceived()
- Method in class com.contrastsecurity.rest.
Server
Return the last time a trace was received from this server.
getLibraries(String)
- Method in class com.contrastsecurity.rest.
ContrastConnection
Return the libraries of the monitored Contrast application.
getLibraries()
- Method in class com.contrastsecurity.rest.
Coverage
Return the libraries in use by the application.
getLicense()
- Method in class com.contrastsecurity.rest.
Application
Return the paid license level of the application.
getLinesHit()
- Method in class com.contrastsecurity.rest.
CodeFile
Return the number of lines executed in the file.
getLinesOfCode()
- Method in class com.contrastsecurity.rest.
Library
Return an estimate of the number of lines of code in this library.
getLink()
- Method in class com.contrastsecurity.rest.
PlatformVulnerability
Return a link to the issue from the vendor.
getManifest()
- Method in class com.contrastsecurity.rest.
Library
Return the blob of MANIFEST.MF in plaintext.
getMethod()
- Method in class com.contrastsecurity.rest.
HttpRequest
getMethod()
- Method in enum com.contrastsecurity.sdk.http.
ContrastRequest
getMethods()
- Method in class com.contrastsecurity.rest.
CodeClass
Return the list of methods in this class.
getName()
- Method in class com.contrastsecurity.rest.
Application
Return the human-readable name of the web application.
getName()
- Method in class com.contrastsecurity.rest.
CodeClass
Return the name of the class.
getName()
- Method in class com.contrastsecurity.rest.
NameValuePair
getObject()
- Method in class com.contrastsecurity.rest.
TraceEvent
The 'this' in the method invocation.
getParameters()
- Method in class com.contrastsecurity.rest.
HttpRequest
getPath()
- Method in class com.contrastsecurity.rest.
Application
Return the path of the web application, e.g., /AcmeApp
getPath()
- Method in class com.contrastsecurity.rest.
CodeFile
The path to the code file within the app root.
getPath()
- Method in class com.contrastsecurity.rest.
Server
Return the path on disk of this server, e.g., /opt/tomcat6/
getPlatformVersion()
- Method in class com.contrastsecurity.rest.
Application
getPlatformVulnerabilities()
- Method in class com.contrastsecurity.rest.
Application
getPort()
- Method in class com.contrastsecurity.rest.
HttpRequest
getProtocol()
- Method in class com.contrastsecurity.rest.
HttpRequest
getQueryString()
- Method in class com.contrastsecurity.rest.
HttpRequest
getRequest()
- Method in class com.contrastsecurity.rest.
Trace
Return the HTTP request that caused this trace to occur.
getReturnValue()
- Method in class com.contrastsecurity.rest.
TraceEvent
The return value of the method invocation.
getRule()
- Method in class com.contrastsecurity.rest.
Trace
Return the name of the rule that caused this trace.
getSeverity()
- Method in class com.contrastsecurity.rest.
PlatformVulnerability
Return the severity of the CVE; one of Critical, High, Medium, Low, Note.
getSha1()
- Method in class com.contrastsecurity.rest.
CodeFile
Return the SHA1 of the file.
getSha1()
- Method in class com.contrastsecurity.rest.
Library
Return the SHA1 hash of this library.
getSignature()
- Method in class com.contrastsecurity.rest.
CodeMethod
Return the signature of this method.
getSignature()
- Method in class com.contrastsecurity.rest.
TraceEvent
Return the method signature of this method invocation.
getStackTrace()
- Method in class com.contrastsecurity.rest.
TraceEvent
The stack trace at the time of this method invocation.
getStatus()
- Method in class com.contrastsecurity.rest.
Trace
Return the status of this trace, like "Reported", "Verified", "Suspicious", etc.
getTechnologies()
- Method in class com.contrastsecurity.rest.
Application
Return a list of technologies the app is using, e.g., Spring, Applet, JSF, Flash, etc.
getThread()
- Method in class com.contrastsecurity.rest.
TraceEvent
Return the name of the thread on which this method invocation occurred.
getTimestamp()
- Method in class com.contrastsecurity.rest.
TraceEvent
Return the timestamp of when this event occurred.
getTitle()
- Method in class com.contrastsecurity.rest.
Trace
Return the title for this vulnerability, e.g.: "XSS on /foo.jsp in 'bar' parameter"
getTotalLines()
- Method in class com.contrastsecurity.rest.
CodeFile
Return the number of total lines in the file, including those that aren't executable
getTraces(String)
- Method in class com.contrastsecurity.rest.
ContrastConnection
Get the vulnerabilities in the application whose ID is passed in.
getType()
- Method in class com.contrastsecurity.rest.
Server
Return the Contrast "server code" for the server, e.g., "jboss5".
getType()
- Method in class com.contrastsecurity.rest.
TraceEvent
Return the type of event this is, e.g., Creation, P2O, Trigger, etc.
getUri()
- Method in class com.contrastsecurity.rest.
HttpRequest
getUrl()
- Method in enum com.contrastsecurity.sdk.http.
ContrastRequest
getUsedClassCount()
- Method in class com.contrastsecurity.rest.
Library
Return the number of classes used by this library.
getUuid()
- Method in class com.contrastsecurity.rest.
Trace
Return the UUID for this trace.
getValue()
- Method in class com.contrastsecurity.rest.
CodeObject
Return the value of the object.
getValue()
- Method in class com.contrastsecurity.rest.
NameValuePair
getVersion()
- Method in class com.contrastsecurity.rest.
HttpRequest
getVersion()
- Method in class com.contrastsecurity.rest.
Library
Return the version of this library according to the library authority like Maven Central or NuGet.
H
HttpMethod
- Enum in
com.contrastsecurity.sdk.http
HttpRequest
- Class in
com.contrastsecurity.rest
An HTTP request.
HttpRequest()
- Constructor for class com.contrastsecurity.rest.
HttpRequest
I
isExecuted()
- Method in class com.contrastsecurity.rest.
CodeMethod
Return whether or not this method has been executed.
isParm()
- Method in enum com.contrastsecurity.sdk.http.
ContrastRequest
isTracked()
- Method in class com.contrastsecurity.rest.
CodeObject
Return whether or not the object is tracked.
L
Library
- Class in
com.contrastsecurity.rest
An application library.
Library()
- Constructor for class com.contrastsecurity.rest.
Library
M
main(String[])
- Static method in class com.contrastsecurity.rest.
ContrastConnection
N
NameValuePair
- Class in
com.contrastsecurity.rest
HTTP name=value pair model.
NameValuePair()
- Constructor for class com.contrastsecurity.rest.
NameValuePair
P
PlatformVulnerability
- Class in
com.contrastsecurity.rest
PlatformVulnerability()
- Constructor for class com.contrastsecurity.rest.
PlatformVulnerability
R
RequestUrlConstants
- Class in
com.contrastsecurity.sdk.http
RequestUrlConstants()
- Constructor for class com.contrastsecurity.sdk.http.
RequestUrlConstants
ResourceNotFoundException
- Exception in
com.contrastsecurity.rest
ResourceNotFoundException(String, String)
- Constructor for exception com.contrastsecurity.rest.
ResourceNotFoundException
S
Server
- Class in
com.contrastsecurity.rest
A server with the Contrast agent installed.
Server()
- Constructor for class com.contrastsecurity.rest.
Server
T
Trace
- Class in
com.contrastsecurity.rest
A vulnerability identified by Contrast.
Trace()
- Constructor for class com.contrastsecurity.rest.
Trace
TraceEvent
- Class in
com.contrastsecurity.rest
Several TraceEvents make up a vulnerability, or, "trace".
TraceEvent()
- Constructor for class com.contrastsecurity.rest.
TraceEvent
U
UnauthorizedException
- Exception in
com.contrastsecurity.rest
UnauthorizedException(int)
- Constructor for exception com.contrastsecurity.rest.
UnauthorizedException
V
valueOf(String)
- Static method in enum com.contrastsecurity.rest.
AgentType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.contrastsecurity.sdk.http.
ContrastRequest
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.contrastsecurity.sdk.http.
HttpMethod
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.contrastsecurity.rest.
AgentType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum com.contrastsecurity.sdk.http.
ContrastRequest
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum com.contrastsecurity.sdk.http.
HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
G
H
I
L
M
N
P
R
S
T
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2014. All Rights Reserved.