public class NoopAuditService extends Object implements AuditService
AUDIT_EVENT, PCI_AUDIT_EVENT| Constructor and Description |
|---|
NoopAuditService() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
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.
|
public void init(String conf)
init in interface AuditServicepublic void init(String conf, org.xipki.password.PasswordResolver passwordResolver) throws org.xipki.password.PasswordResolverException
init in interface AuditServiceorg.xipki.password.PasswordResolverExceptionpublic void logEvent(AuditEvent event)
AuditServicelogEvent in interface AuditServiceevent - Audit event. Must not be null-public void logEvent(PciAuditEvent event)
AuditServicelogEvent in interface AuditServiceevent - Audit event. Must not be null-public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2023. All rights reserved.