public class AuditActionContext extends Object implements Serializable
| Constructor and Description |
|---|
AuditActionContext(String principal,
String resourceOperatedUpon,
String actionPerformed,
String applicationCode,
Date whenActionWasPerformed,
String clientIpAddress,
String serverIpAddress,
AuditPointRuntimeInfo runtimeInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertNotNull(Object o,
String message) |
String |
getActionPerformed() |
String |
getApplicationCode() |
String |
getClientIpAddress() |
String |
getPrincipal() |
String |
getResourceOperatedUpon() |
String |
getServerIpAddress() |
Date |
getWhenActionWasPerformed() |
public String getPrincipal()
public String getResourceOperatedUpon()
public String getActionPerformed()
public String getApplicationCode()
public Date getWhenActionWasPerformed()
public String getClientIpAddress()
public String getServerIpAddress()
Copyright © 2007-2017 Apereo. All Rights Reserved.