|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.contrastsecurity.rest.TraceEvent
public class TraceEvent
Several TraceEvents make up a vulnerability, or, "trace". They represent a method invocation that Contrast monitored.
| Constructor Summary | |
|---|---|
TraceEvent()
|
|
| Method Summary | |
|---|---|
List<CodeObject> |
getArguments()
The method parameters in the method invocation. |
String |
getBitset()
Return a proprietary bitset value for markup on any data flow evidence in this event. |
CodeObject |
getObject()
The 'this' in the method invocation. |
CodeObject |
getReturnValue()
The return value of the method invocation. |
String |
getSignature()
Return the method signature of this method invocation. |
List<String> |
getStackTrace()
The stack trace at the time of this method invocation. |
String |
getThread()
Return the name of the thread on which this method invocation occurred. |
String |
getTimestamp()
Return the timestamp of when this event occurred. |
String |
getType()
Return the type of event this is, e.g., Creation, P2O, Trigger, etc. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TraceEvent()
| Method Detail |
|---|
public String getTimestamp()
public String getThread()
public String getType()
public String getBitset()
public String getSignature()
public CodeObject getObject()
public List<CodeObject> getArguments()
public CodeObject getReturnValue()
public List<String> getStackTrace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||