Class SecurityAuditLoggerHandler

  • All Implemented Interfaces:
    Handler<RoutingContext>, PlatformHandler

    public class SecurityAuditLoggerHandler
    extends Object
    implements 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.