Class AspectJAuditPointRuntimeInfo

java.lang.Object
org.apereo.inspektr.audit.AspectJAuditPointRuntimeInfo
All Implemented Interfaces:
Serializable, AuditPointRuntimeInfo

public class AspectJAuditPointRuntimeInfo extends Object implements AuditPointRuntimeInfo
Wrapper around AspectJ's JoinPoint containing the runtime execution info for current audit points
Since:
1.0.6
Author:
Dmitriy Kopylenko
See Also:
  • Constructor Details

    • AspectJAuditPointRuntimeInfo

      public AspectJAuditPointRuntimeInfo(org.aspectj.lang.JoinPoint currentJoinPoint)
  • Method Details