public class HttpAuditEvent extends AuditEvent
AuditEvent.UUID
Modifier and Type | Field and Description |
---|---|
String |
httpMethod |
int |
httpStatus |
Object |
input |
elapsed, EMPTY_PARAMS, params, result, sessionId, timeAtStart, UNKNOWN_SESSION_ID, uuid, what, when, who
Constructor and Description |
---|
HttpAuditEvent(String sessionId,
CurrentUser who,
String what,
long when,
com.google.common.collect.Multimap<String,?> params,
String httpMethod,
Object input,
int status,
Object result)
Creates a new audit event with results
|
public final String httpMethod
public final int httpStatus
public final Object input
public HttpAuditEvent(String sessionId, CurrentUser who, String what, long when, com.google.common.collect.Multimap<String,?> params, String httpMethod, Object input, int status, 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 eventhttpMethod
- HTTP methodinput
- inputstatus
- HTTP statusresult
- result of the event