public interface AuditResourceResolver
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
resolveFrom(org.aspectj.lang.JoinPoint target,
java.lang.Exception exception)
Resolve the auditable resource for an audit-able action that has
incurred an exception.
|
java.lang.String[] |
resolveFrom(org.aspectj.lang.JoinPoint target,
java.lang.Object returnValue)
Resolve the auditable resource.
|
default void |
setAuditFormat(AuditTrailManager.AuditFormats auditFormat) |
java.lang.String[] resolveFrom(org.aspectj.lang.JoinPoint target,
java.lang.Object returnValue)
target - the join point that contains the arguments.returnValue - The returned valuejava.lang.String[] resolveFrom(org.aspectj.lang.JoinPoint target,
java.lang.Exception exception)
target - the join point that contains the arguments.exception - The exception incurred when the join point proceeds.default void setAuditFormat(AuditTrailManager.AuditFormats auditFormat)
Copyright © 2007-2021 Apereo. All Rights Reserved.