Class SpaceAclController


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

      • log

        protected final org.slf4j.Logger log
    • Constructor Detail

      • SpaceAclController

        @Autowired(required=true)
        public SpaceAclController​(@Qualifier("contentStoreManager")
                                  ContentStoreManager contentStoreManager,
                                  @Qualifier("userDetailsSvc")
                                  DuracloudUserDetailsService userDetailsService)
    • Method Detail

      • 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