Class DoNothingAuditManager

    • Constructor Detail

      • DoNothingAuditManager

        public DoNothingAuditManager()
    • Method Detail

      • stop

        public void stop()
        Description copied from interface: IAuditManager
        Stop taking new audits. Call this upon shutdown for correct cleanup! Consecutive calls to this method have no further effect.
        Specified by:
        stop in interface IAuditManager
      • getEarliestAuditDate

        @Nullable
        public LocalDate getEarliestAuditDate()
        Specified by:
        getEarliestAuditDate in interface IAuditManager
        Returns:
        The earliest date for which auditing information is present. If this is an in-memory audit manager, it must return the current date. May be null if a persistent storage is used and no entry is present yet.