Interface AuditLogReader

  • All Known Implementing Classes:
    AuditLogReaderImpl

    public interface AuditLogReader
    Author:
    Daniel Bernstein Date: Sept. 17, 2014
    • Method Detail

      • getAuditLog

        InputStream getAuditLog​(String account,
                                String storeId,
                                String spaceId)
                         throws AuditLogReaderException
        Returns the audit log as a tsv stream of audit events from first to last.
        Parameters:
        account - The account identifier - ie usually the subdomain of the original request.
        storeId -
        spaceId -
        Returns:
        Throws:
        AuditLogNotFoundException
        AuditLogReaderException
      • initialize

        void initialize​(AuditConfig auditConfig)