Class SecurityAuditLoggerHandler

java.lang.Object
io.vertx.rxjava3.ext.web.handler.SecurityAuditLoggerHandler
All Implemented Interfaces:
Handler<RoutingContext>, io.vertx.lang.rx.RxDelegate, PlatformHandler

public class SecurityAuditLoggerHandler extends Object implements io.vertx.lang.rx.RxDelegate, PlatformHandler, Handler<RoutingContext>
A handler that logs security audit events. This handler is to be used with the underlying logger io.vertx.ext.auth.audit. This handler will ensure that logs are structured and that sensitive data is masked. This information can be used to feed SIEM or EDR/XDR tools to monitor and detect security incidents.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.