Class AuditActionContext

java.lang.Object
org.apereo.inspektr.audit.AuditActionContext
All Implemented Interfaces:
Serializable

public class AuditActionContext extends Object implements Serializable
Immutable container holding the core elements of an audit-able action that need to be recorded as an audit trail record.
Since:
1.0
Version:
$Id: AuditActionContext.java,v 1.2 2007/06/14 14:43:32 dkopylen Exp $
Author:
Dmitriy Kopylenko
See Also:
  • Constructor Details

  • Method Details

    • getPrincipal

      public String getPrincipal()
    • getResourceOperatedUpon

      public String getResourceOperatedUpon()
    • getActionPerformed

      public String getActionPerformed()
    • getApplicationCode

      public String getApplicationCode()
    • getWhenActionWasPerformed

      public Date getWhenActionWasPerformed()
    • getClientIpAddress

      public String getClientIpAddress()
    • getServerIpAddress

      public String getServerIpAddress()
    • getUserAgent

      public String getUserAgent()
    • getHeaders

      public Map<String,String> getHeaders()