public class AuditLogEntry extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
operation |
protected Map<String,Object> |
parameters |
protected String |
remoteAddr |
protected long |
timestamp |
protected String |
user |
Constructor and Description |
---|
AuditLogEntry() |
Modifier and Type | Method and Description |
---|---|
String |
getFormattedTime() |
String |
getOperation() |
Map<String,Object> |
getParameters() |
String |
getRemoteAddr() |
long |
getTimestamp() |
String |
getUser() |
void |
setOperation(String operation) |
void |
setParameters(Map<String,Object> parameters) |
void |
setRemoteAddr(String remoteAddr) |
void |
setTimestamp(long timestamp) |
void |
setUser(String user) |
protected String user
protected long timestamp
protected String operation
protected String remoteAddr
public String getUser()
public void setUser(String user)
public long getTimestamp()
public void setTimestamp(long timestamp)
public String getFormattedTime()
public String getOperation()
public void setOperation(String operation)
public String getRemoteAddr()
public void setRemoteAddr(String remoteAddr)
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.