public interface AuditService
| Modifier and Type | Method and Description |
|---|---|
void |
init(String conf) |
void |
logEvent(AuditEvent event)
Log audit event.
|
void |
logEvent(PciAuditEvent event)
Log PCI audit event.
|
void init(String conf)
void logEvent(AuditEvent event)
event - Audit event. Must not be null-void logEvent(PciAuditEvent event)
event - Audit event. Must not be null-Copyright © 2019. All rights reserved.