Interface AuditService

    • Method Detail

      • init

        void init​(String conf)
      • init

        void init​(String conf,
                  org.xipki.password.PasswordResolver passwordResolver)
           throws org.xipki.password.PasswordResolverException,
                  org.xipki.util.exception.InvalidConfException
        Throws:
        org.xipki.password.PasswordResolverException
        org.xipki.util.exception.InvalidConfException
        Since:
        6.0.0
      • logEvent

        void logEvent​(AuditEvent event)
        Log audit event.
        Parameters:
        event - Audit event. Must not be null-
      • logEvent

        void logEvent​(PciAuditEvent event)
        Log PCI audit event.
        Parameters:
        event - Audit event. Must not be null-