public class AuditResource extends Object
| Constructor and Description |
|---|
AuditResource(Auditor auditor) |
| Modifier and Type | Method and Description |
|---|---|
void |
createInitialAuditLogs()
This method requests the creation of an initial audit log.
|
String |
getAuditLogs(String spaceId)
This method returns the list of audit logs for the arg space.
|
void |
shutdownAuditor()
This method requests auditor shutdown.
|
public AuditResource(Auditor auditor)
public void createInitialAuditLogs()
public void shutdownAuditor()
public String getAuditLogs(String spaceId) throws AuditLogNotFoundException
spaceId - of the space over which auditing is requestedAuditLogNotFoundExceptionCopyright © 2009-2013 DuraSpace. All Rights Reserved.