public interface AuditService extends AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static int |
AUDIT_EVENT |
static int |
PCI_AUDIT_EVENT |
| Modifier and Type | Method and Description |
|---|---|
void |
init(String conf) |
void |
init(String conf,
org.xipki.password.PasswordResolver passwordResolver) |
void |
logEvent(AuditEvent event)
Log audit event.
|
void |
logEvent(PciAuditEvent event)
Log PCI audit event.
|
closestatic final int AUDIT_EVENT
static final int PCI_AUDIT_EVENT
void init(String conf)
void init(String conf, org.xipki.password.PasswordResolver passwordResolver) throws org.xipki.password.PasswordResolverException, org.xipki.util.exception.InvalidConfException
org.xipki.password.PasswordResolverExceptionorg.xipki.util.exception.InvalidConfExceptionvoid logEvent(AuditEvent event)
event - Audit event. Must not be null-void logEvent(PciAuditEvent event)
event - Audit event. Must not be null-Copyright © 2022. All rights reserved.