Class EmbedAuditService

    • Constructor Detail

      • EmbedAuditService

        public EmbedAuditService()
    • Method Detail

      • init

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

        protected void storeLog​(int eventType,
                                AuditLevel level,
                                String message)