Class AuditLogController

java.lang.Object
org.duracloud.duradmin.spaces.controller.AuditLogController

@Controller @RequestMapping("/audit") public class AuditLogController extends Object
Author:
Daniel Bernstein
  • Field Details

    • log

      protected final org.slf4j.Logger log
  • Constructor Details

    • AuditLogController

      @Autowired public AuditLogController(@Qualifier("contentStoreManager") ContentStoreManager contentStoreManager)
  • Method Details

    • get

      @RequestMapping(value="/{storeId}/{spaceId:.*}", method=GET) public String get(@PathVariable("storeId") String storeId, @PathVariable("spaceId") String spaceId, javax.servlet.http.HttpServletResponse response) throws Exception
      Throws:
      Exception