Interface SecurityAuditLoggerHandler

  • All Superinterfaces:
    Handler<RoutingContext>, PlatformHandler

    public interface SecurityAuditLoggerHandler
    extends PlatformHandler
    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.
    Author:
    Paulo Lopes