|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuditResourceResolver | |
|---|---|
| com.github.inspektr.audit | |
| com.github.inspektr.audit.spi.support | |
| Uses of AuditResourceResolver in com.github.inspektr.audit |
|---|
| Constructor parameters in com.github.inspektr.audit with type arguments of type AuditResourceResolver | |
|---|---|
AuditTrailManagementAspect(String applicationCode,
PrincipalResolver auditablePrincipalResolver,
List<AuditTrailManager> auditTrailManagers,
Map<String,AuditActionResolver> auditActionResolverMap,
Map<String,AuditResourceResolver> auditResourceResolverMap)
Constructs an AuditTrailManagementAspect with the following parameters. |
|
| Uses of AuditResourceResolver in com.github.inspektr.audit.spi.support |
|---|
| Classes in com.github.inspektr.audit.spi.support that implement AuditResourceResolver | |
|---|---|
class |
AbstractAuditResourceResolver
Abstract AuditResourceResolver for when the resource is the same regardless of an exception or not. |
class |
ObjectToStringResourceResolver
Inspektr ResourceResolver that resolves resource as a target object's toString method call |
class |
ParametersAsStringResourceResolver
Returns the parameters as an array of strings. |
class |
ReturnValueAsStringResourceResolver
Implementation of AuditResourceResolver that uses the toString version of the return value
as the resource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||