Package com.illumon.util.jettyhelper
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
ConstructorsConstructorDescriptionJettyServerAuditEventLogger
(io.deephaven.enterprise.auth.audit.AuditEventLogger auditEventLogLogger, String jettyHostName, int port, String mainClassName) -
Method Summary
-
Constructor Details
-
JettyServerAuditEventLogger
-
-
Method Details
-
log
-
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 interfacecom.illumon.util.audit.AuditEventLoggerBasicEx
-
log
public void log(@Nullable String namespace, @Nullable String tableName, String event, String details) - Specified by:
log
in interfacecom.illumon.util.audit.AuditEventLoggerBasicEx
-
log
- Specified by:
log
in interfaceAuditEventLoggerBasic
-