Class MolgenisLoginController


  • @Controller
    @RequestMapping("/login")
    public class MolgenisLoginController
    extends Object
    • Constructor Detail

      • MolgenisLoginController

        public MolgenisLoginController()
    • Method Detail

      • getLoginPage

        @GetMapping
        public String getLoginPage​(javax.servlet.http.HttpServletRequest httpServletRequest,
                                   org.springframework.ui.Model model)
      • getLoginErrorPage

        @GetMapping(params="expired")
        public String getLoginErrorPage​(org.springframework.ui.Model model)
      • getLoginErrorPage

        @GetMapping(params="error")
        public String getLoginErrorPage​(org.springframework.ui.Model model,
                                        javax.servlet.http.HttpServletRequest request)