Serialized Form
-
Package org.apereo.inspektr.audit
-
Class org.apereo.inspektr.audit.AspectJAuditPointRuntimeInfo
class AspectJAuditPointRuntimeInfo extends Object implements Serializable-
Serialized Fields
-
currentJoinPoint
org.aspectj.lang.JoinPoint currentJoinPoint
-
-
-
Class org.apereo.inspektr.audit.AuditActionContext
class AuditActionContext extends Object implements Serializable- serialVersionUID:
- -3530737409883959089L
-
Serialized Fields
-
actionPerformed
String actionPerformed
This is ACTION -
applicationCode
String applicationCode
This is Application from which operation has been performed -
clientInfo
org.apereo.inspektr.common.web.ClientInfo clientInfo
-
principal
String principal
This is WHO -
resourceOperatedUpon
String resourceOperatedUpon
This is WHAT -
whenActionWasPerformed
LocalDateTime whenActionWasPerformed
This is WHEN
-
-