Package org.duracloud.audit.reader
Interface AuditLogReader
- All Known Implementing Classes:
AuditLogReaderImpl
public interface AuditLogReader
- Author:
- Daniel Bernstein Date: Sept. 17, 2014
-
Method Summary
Modifier and TypeMethodDescriptiongetAuditLog(String account, String storeId, String spaceId) Returns the audit log as a tsv stream of audit events from first to last.voidinitialize(AuditConfig auditConfig)
-
Method Details
-
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:
AuditLogNotFoundExceptionAuditLogReaderException
-
initialize
-