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 voidlog(io.deephaven.enterprise.auth.UserContext userContext, String event, String details)voidlog(io.deephaven.enterprise.auth.UserContext user, String namespace, String tableName, String event, String details)voidlog(String event, String details)voidlog(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:
login interfacecom.illumon.util.audit.AuditEventLoggerBasicEx
-
log
public void log(@Nullable String namespace, @Nullable String tableName, String event, String details)- Specified by:
login interfacecom.illumon.util.audit.AuditEventLoggerBasicEx
-
log
- Specified by:
login interfaceAuditEventLoggerBasic
-