@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 |
PARAM_SESSION_EXPIRED |
static String |
URI |
| Constructor and Description |
|---|
MolgenisLoginController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLoginErrorPage(org.springframework.ui.Model model) |
String |
getLoginErrorPage(org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
String |
getLoginPage() |
public static final String PARAM_SESSION_EXPIRED
public static final String URI
public static final String ERROR_MESSAGE_ATTRIBUTE
public static final String ERROR_MESSAGE_DISABLED
@GetMapping public String getLoginPage()
@GetMapping(params="expired") public String getLoginErrorPage(org.springframework.ui.Model model)
@GetMapping(params="error") public String getLoginErrorPage(org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.