Package io.apicurio.multitenant.logging.audit
-
Interface Summary Interface Description AuditHttpRequestInfo -
Class Summary Class Description AuditedInterceptor Interceptor that executes around methods annotated withAudited
This interceptor follows the execution of a method and marks the audit entry as failed if the inner method throws an exception.AuditHttpRequestContext AuditLogService HttpRequestsAuditFilter Filters REST API requests and responses to generate audit logs for failed requests -
Annotation Types Summary Annotation Type Description Audited This annotation is processed byAuditedInterceptor
*** IMPORTANT NOTE *** TenantId is assumed to be found in the annotated method parameters, either as an Object field or simply as a String.