Uses of Class
io.apicurio.multitenant.logging.audit.Audited
-
Packages that use Audited Package Description io.apicurio.multitenant.api io.apicurio.multitenant.logging.audit -
-
Uses of Audited in io.apicurio.multitenant.api
Methods in io.apicurio.multitenant.api with annotations of type Audited Modifier and Type Method Description javax.ws.rs.core.Response
TenantsResourceImpl. createTenant(NewRegistryTenantRequest tenantRequest)
void
TenantsResourceImpl. deleteTenant(String tenantId)
void
TenantsResourceImpl. updateTenant(String tenantId, UpdateRegistryTenantRequest tenantRequest)
-
Uses of Audited in io.apicurio.multitenant.logging.audit
Classes in io.apicurio.multitenant.logging.audit with annotations of type Audited Modifier and Type Class Description class
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.
-