Class JettyServerAuditEventLogger

java.lang.Object
com.illumon.util.jettyhelper.JettyServerAuditEventLogger
All Implemented Interfaces:
AuditEventLoggerBasic, com.illumon.util.audit.AuditEventLoggerBasicEx

public class JettyServerAuditEventLogger extends Object implements com.illumon.util.audit.AuditEventLoggerBasicEx
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.illumon.util.audit.AuditEventLoggerBasicEx

    com.illumon.util.audit.AuditEventLoggerBasicEx.Null
  • Constructor Summary

    Constructors
    Constructor
    Description
    JettyServerAuditEventLogger(io.deephaven.enterprise.auth.audit.AuditEventLogger auditEventLogLogger, String jettyHostName, int port, String mainClassName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(io.deephaven.enterprise.auth.UserContext userContext, String event, String details)
     
    void
    log(io.deephaven.enterprise.auth.UserContext user, String namespace, String tableName, String event, String details)
     
    void
    log(String event, String details)
     
    void
    log(String namespace, String tableName, String event, String details)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.illumon.util.audit.AuditEventLoggerBasicEx

    basicAuditEventBuilder
  • Constructor Details

    • JettyServerAuditEventLogger

      public JettyServerAuditEventLogger(@Nullable io.deephaven.enterprise.auth.audit.AuditEventLogger auditEventLogLogger, String jettyHostName, int port, String mainClassName)
  • Method Details

    • log

      public void log(io.deephaven.enterprise.auth.UserContext userContext, String event, String details)
    • log

      public void log(@Nullable io.deephaven.enterprise.auth.UserContext user, @Nullable String namespace, @Nullable String tableName, String event, String details)
      Specified by:
      log in interface com.illumon.util.audit.AuditEventLoggerBasicEx
    • log

      public void log(@Nullable String namespace, @Nullable String tableName, String event, String details)
      Specified by:
      log in interface com.illumon.util.audit.AuditEventLoggerBasicEx
    • log

      public void log(String event, String details)
      Specified by:
      log in interface AuditEventLoggerBasic