Class NoopAuditService

  • All Implemented Interfaces:
    AuditService

    public class NoopAuditService
    extends java.lang.Object
    implements AuditService
    The No-Operation audit service. The events will be ignored.
    Since:
    6.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • NoopAuditService

        public NoopAuditService()
    • Method Detail

      • init

        public void init​(org.xipki.util.ConfPairs conf)
        Specified by:
        init in interface AuditService
      • logEvent

        public void logEvent​(AuditEvent event)
        Description copied from interface: AuditService
        Log audit event.
        Specified by:
        logEvent in interface AuditService
        Parameters:
        event - Audit event. Must not be null-
      • logEvent

        public void logEvent​(PciAuditEvent event)
        Description copied from interface: AuditService
        Log PCI audit event.
        Specified by:
        logEvent in interface AuditService
        Parameters:
        event - Audit event. Must not be null-