@Controller @RequestMapping(value="/plugin/useraccount") public class UserAccountController extends MolgenisPluginController
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
static int |
MIN_PASSWORD_LENGTH |
static String |
URI |
PLUGIN_URI_PREFIX| Constructor and Description |
|---|
UserAccountController(UserAccountService userAccountService) |
| Modifier and Type | Method and Description |
|---|---|
String |
showAccount(org.springframework.ui.Model model) |
void |
updateAccount(org.molgenis.security.user.UserAccountController.AccountUpdateRequest updateRequest) |
getId, getUripublic static final int MIN_PASSWORD_LENGTH
public static final String ID
public static final String URI
@Autowired public UserAccountController(UserAccountService userAccountService)
@RequestMapping(method=GET) public String showAccount(org.springframework.ui.Model model)
@RequestMapping(value="/update",
method=POST,
headers="Content-Type=application/x-www-form-urlencoded")
@ResponseStatus(value=NO_CONTENT)
public void updateAccount(@NotNull
org.molgenis.security.user.UserAccountController.AccountUpdateRequest updateRequest)
Copyright © 2015. All Rights Reserved.