org.molgenis.omx.auth.controller
Class UserAccountController

java.lang.Object
  extended by org.molgenis.framework.ui.MolgenisPlugin
      extended by org.molgenis.omx.auth.controller.UserAccountController

@Controller
@RequestMapping(value="/plugin/useraccount")
public class UserAccountController
extends MolgenisPlugin


Field Summary
static String URI
           
 
Fields inherited from class org.molgenis.framework.ui.MolgenisPlugin
PLUGIN_URI_PREFIX
 
Constructor Summary
UserAccountController()
           
 
Method Summary
 String showAccount(org.springframework.ui.Model model)
           
 void updateAccount(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.molgenis.framework.ui.MolgenisPlugin
getId, getUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI

public static final String URI
See Also:
Constant Field Values
Constructor Detail

UserAccountController

public UserAccountController()
Method Detail

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.