Package org.duracloud.audit.reader
Interface AuditLogReader
-
- All Known Implementing Classes:
AuditLogReaderImpl
public interface AuditLogReader- Author:
- Daniel Bernstein Date: Sept. 17, 2014
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetAuditLog(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 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:
AuditLogNotFoundExceptionAuditLogReaderException
-
initialize
void initialize(AuditConfig auditConfig)
-
-