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