Class NoopAuditService

  • All Implemented Interfaces:
    AutoCloseable, AuditService

    public class NoopAuditService
    extends 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​(String conf,
                         org.xipki.password.PasswordResolver passwordResolver)
                  throws org.xipki.password.PasswordResolverException
        Specified by:
        init in interface AuditService
        Throws:
        org.xipki.password.PasswordResolverException
      • 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-