Package org.duracloud.durastore.rest
Class AuditLogRest
java.lang.Object
org.duracloud.durastore.rest.BaseRest
org.duracloud.durastore.rest.AuditLogRest
REST interface for the AuditLogReader.
- Author:
- Daniel Bernstein Date: Sept 17, 2014
-
Field Summary
Fields inherited from class org.duracloud.durastore.rest.BaseRest
APP_NAME, APPLICATION_XML, CONTENT_MIMETYPE_HEADER, COPY_SOURCE_HEADER, COPY_SOURCE_STORE_HEADER, DEFAULT_MIME, HEADER_PREFIX, HTML, RANGE_HEADER, SPACE_ACL_HEADER, TEXT_PLAIN, XML -
Constructor Summary
ConstructorsConstructorDescriptionAuditLogRest(AuditLogReader auditLogReader, StorageProviderFactory storageProviderFactory) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsegetAuditLog(String spaceId, String storeId) Methods inherited from class org.duracloud.durastore.rest.BaseRest
getAccountId, getSpaceACLs, getSubdomain, getUserProperties, getUserProperties, responseBad, responseBad, responseBad, responseBadRequest, responseNotFound, responseNotFound, responseOk, responseOk, responseOk, responseOkStream, responseOkXml, responseOkXmlStream
-
Constructor Details
-
AuditLogRest
@Autowired public AuditLogRest(AuditLogReader auditLogReader, StorageProviderFactory storageProviderFactory)
-
-
Method Details
-
getAuditLog
-