org.molgenis.omx.auth.controller
Class UserAccountController
java.lang.Object
org.molgenis.framework.ui.MolgenisPlugin
org.molgenis.omx.auth.controller.UserAccountController
@Controller
@RequestMapping(value="/plugin/useraccount")
public class UserAccountController
- extends MolgenisPlugin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URI
public static final String URI
- See Also:
- Constant Field Values
UserAccountController
public UserAccountController()
showAccount
@RequestMapping(method=GET)
public String showAccount(org.springframework.ui.Model model)
throws DatabaseException
- Throws:
DatabaseException
updateAccount
@RequestMapping(value="/update",
method=POST,
headers="Content-Type=application/x-www-form-urlencoded")
@ResponseStatus(value=NO_CONTENT)
public void updateAccount(javax.servlet.http.HttpServletRequest request)
throws Exception
- Throws:
Exception
Copyright © 2013. All Rights Reserved.