Class SpaceAclController

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

@Controller public class SpaceAclController extends Object
Author:
Daniel Bernstein Date: Nov 17, 2011
  • Field Details

    • log

      protected final org.slf4j.Logger log
  • Constructor Details

  • Method Details

    • postSpaceAcls

      @RequestMapping(value="/spaces/acls", method=POST) public org.springframework.web.servlet.ModelAndView postSpaceAcls(javax.servlet.http.HttpServletRequest request, @RequestParam String spaceId, @RequestParam String storeId, @RequestParam String action) throws Exception
      Throws:
      Exception
    • getSpaceAcls

      @RequestMapping(value="/spaces/acls", method=GET) public org.springframework.web.servlet.ModelAndView getSpaceAcls(@RequestParam String spaceId, @RequestParam String storeId) throws Exception
      Throws:
      Exception
    • getNewUserAcls

      @RequestMapping(value="/spaces/acls/unassignedAcls", method=GET) public org.springframework.web.servlet.ModelAndView getNewUserAcls(@RequestParam String spaceId, @RequestParam String storeId) throws Exception
      Throws:
      Exception
    • getContentStore

      protected ContentStore getContentStore(Space space) throws ContentStoreException
      Throws:
      ContentStoreException