Uses of Annotation Interface
org.apereo.inspektr.audit.annotation.Audit
Packages that use Audit
Package
Description
-
Uses of Audit in org.apereo.inspektr.audit
Methods in org.apereo.inspektr.audit with parameters of type AuditModifier and TypeMethodDescriptionAuditTrailManagementAspect.handleAuditTrail(org.aspectj.lang.ProceedingJoinPoint joinPoint, Audit audit) -
Uses of Audit in org.apereo.inspektr.audit.spi
Methods in org.apereo.inspektr.audit.spi with parameters of type AuditModifier and TypeMethodDescriptionAuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Exception exception, Audit audit) Resolve the action for the audit event that has incurred an exception.AuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Object retval, Audit audit) Resolve the action for the audit event. -
Uses of Audit in org.apereo.inspektr.audit.spi.support
Methods in org.apereo.inspektr.audit.spi.support with parameters of type AuditModifier and TypeMethodDescriptionBooleanAuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Exception exception, Audit audit) BooleanAuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Object retval, Audit audit) DefaultAuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Exception exception, Audit audit) DefaultAuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Object retval, Audit audit) ObjectCreationAuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Exception exception, Audit audit) ObjectCreationAuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Object retval, Audit audit)