@Controller @RequestMapping(value="/api/3/system/actions") public class ActionsController extends Object
| Constructor and Description |
|---|
ActionsController() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<SocialSecurityAction> |
getCurrentActions() |
SocialSecurityAction |
update(String actionName,
String roles) |
@RequestMapping(method=GET) @ResponseBody public Iterable<SocialSecurityAction> getCurrentActions()
@RequestMapping(method={PUT,POST})
@ResponseBody
public SocialSecurityAction update(@RequestParam(value="actionName")
String actionName,
@RequestParam
String roles)
throws SocialException
SocialExceptionCopyright © 2019 CrafterCMS. All Rights Reserved.