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
-
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)
-
Constructor Details
-
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
-