@Controller public class SpaceAclController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
SpaceAclController(ContentStoreManager contentStoreManager,
DuracloudUserDetailsService userDetailsService) |
| Modifier and Type | Method and Description |
|---|---|
protected ContentStore |
getContentStore(Space space) |
org.springframework.web.servlet.ModelAndView |
getNewUserAcls(String spaceId,
String storeId) |
org.springframework.web.servlet.ModelAndView |
getSpaceAcls(String spaceId,
String storeId) |
org.springframework.web.servlet.ModelAndView |
postSpaceAcls(javax.servlet.http.HttpServletRequest request,
String spaceId,
String storeId,
String action) |
@Autowired(required=true)
public SpaceAclController(@Qualifier(value="contentStoreManager")
ContentStoreManager contentStoreManager,
DuracloudUserDetailsService userDetailsService)
@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
Exception@RequestMapping(value="/spaces/acls",
method=GET)
public org.springframework.web.servlet.ModelAndView getSpaceAcls(@RequestParam
String spaceId,
@RequestParam
String storeId)
throws Exception
Exception@RequestMapping(value="/spaces/acls/unassignedAcls",
method=GET)
public org.springframework.web.servlet.ModelAndView getNewUserAcls(@RequestParam
String spaceId,
@RequestParam
String storeId)
throws Exception
Exceptionprotected ContentStore getContentStore(Space space) throws ContentStoreException
ContentStoreExceptionCopyright © 2009–2016 DuraSpace. All rights reserved.