@Controller @RequestMapping(value="/login") public class MolgenisLoginController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_MESSAGE_DISABLED |
static String |
SESSION_EXPIRED_SESSION_ATTR |
| Constructor and Description |
|---|
MolgenisLoginController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLoginErrorPage(org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
String |
getLoginPage(org.springframework.ui.Model model,
javax.servlet.http.HttpSession session) |
public static final String SESSION_EXPIRED_SESSION_ATTR
public static final String ERROR_MESSAGE_DISABLED
@RequestMapping(method=GET) public String getLoginPage(org.springframework.ui.Model model, javax.servlet.http.HttpSession session)
@RequestMapping(method=GET,
params="error")
public String getLoginErrorPage(org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
Copyright © 2017. All rights reserved.