public class HttpAuditEvent extends AuditEvent
AuditEvent.UUID
Modifier and Type | Field and Description |
---|---|
java.lang.String |
httpMethod |
int |
httpStatus |
java.lang.Object |
input |
elapsed, EMPTY_PARAMS, params, result, sessionId, timeAtStart, UNKNOWN_SESSION_ID, uuid, what, when, who
Constructor and Description |
---|
HttpAuditEvent(java.lang.String sessionId,
CurrentUser who,
java.lang.String what,
long when,
com.google.common.collect.Multimap<java.lang.String,?> params,
java.lang.String httpMethod,
java.lang.Object input,
int status,
java.lang.Object result)
Creates a new audit event with results
|
equals, hashCode, toString
public final java.lang.String httpMethod
public final int httpStatus
public final java.lang.Object input
public HttpAuditEvent(java.lang.String sessionId, CurrentUser who, java.lang.String what, long when, com.google.common.collect.Multimap<java.lang.String,?> params, java.lang.String httpMethod, java.lang.Object input, int status, java.lang.Object result)
sessionId
- session id the event belongs towho
- principal that has generated the eventwhat
- object of the eventwhen
- time-stamp of when the event startedparams
- parameters of the eventresult
- result of the event