@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Audit
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
action
The action to write to the log when we audit this method.
|
java.lang.String |
actionResolverName
Reference name of the action resolver to use.
|
java.lang.String |
resourceResolverName
Reference name of the resource resolver to use.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
applicationCode
Identifier for this particular application in the audit trail logs.
|
java.lang.String |
principalResolverName
Reference name of the principal resolver to use.
|
public abstract java.lang.String action
public abstract java.lang.String resourceResolverName
public abstract java.lang.String actionResolverName
public abstract java.lang.String applicationCode
Copyright © 2007-2021 Apereo. All Rights Reserved.