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