public class NullAuditEventSender extends Object implements AuditEventSender
Constructor and Description |
---|
NullAuditEventSender() |
Modifier and Type | Method and Description |
---|---|
void |
failure(AuditActor actor,
AuditEventType type) |
void |
failure(AuditActor actor,
AuditEventType type,
Map<String,Object> context) |
void |
success(AuditActor actor,
AuditEventType type) |
void |
success(AuditActor actor,
AuditEventType type,
Map<String,Object> context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
failure, failure, success, success
public void success(AuditActor actor, AuditEventType type)
success
in interface AuditEventSender
public void success(AuditActor actor, AuditEventType type, Map<String,Object> context)
success
in interface AuditEventSender
public void failure(AuditActor actor, AuditEventType type)
failure
in interface AuditEventSender
public void failure(AuditActor actor, AuditEventType type, Map<String,Object> context)
failure
in interface AuditEventSender
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.