@Controller @RequestMapping(value="/plugin/usermanager") @SessionAttributes(value="viewState") public class UserManagerController extends MolgenisPluginController
| Modifier and Type | Field and Description |
|---|---|
static String |
URI |
PLUGIN_URI_PREFIX| Constructor and Description |
|---|
UserManagerController(UserManagerService pluginUserManagerService) |
| Modifier and Type | Method and Description |
|---|---|
void |
changeGroupMembership(Integer userId,
Integer groupId,
Boolean member) |
String |
init(org.springframework.ui.Model model) |
void |
setActivation(String type,
Integer id,
Boolean active) |
void |
setViewState(String viewState,
org.springframework.ui.Model model) |
getId, getUripublic static final String URI
@Autowired public UserManagerController(UserManagerService pluginUserManagerService)
@RequestMapping(method=GET) public String init(org.springframework.ui.Model model)
@RequestMapping(value="/setViewState/{viewState}",
method=PUT)
@ResponseStatus(value=OK)
public void setViewState(@PathVariable
String viewState,
org.springframework.ui.Model model)
@RequestMapping(value="/setActivation/{type}/{id}/{active}",
method=PUT)
@ResponseStatus(value=OK)
public void setActivation(@PathVariable
String type,
@PathVariable
Integer id,
@PathVariable
Boolean active)
Copyright © 2014. All Rights Reserved.