Class AuditLogController
- java.lang.Object
-
- org.duracloud.duradmin.spaces.controller.AuditLogController
-
@Controller @RequestMapping("/audit") public class AuditLogController extends Object- Author:
- Daniel Bernstein
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description AuditLogController(ContentStoreManager contentStoreManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget(String storeId, String spaceId, javax.servlet.http.HttpServletResponse response)
-
-
-
Constructor Detail
-
AuditLogController
@Autowired public AuditLogController(@Qualifier("contentStoreManager") ContentStoreManager contentStoreManager)
-
-