Class MolgenisLoginController


  • @Controller
    @RequestMapping("/login")
    public class MolgenisLoginController
    extends java.lang.Object
    • Field Detail

      • PARAM_SESSION_EXPIRED

        public static final java.lang.String PARAM_SESSION_EXPIRED
        See Also:
        Constant Field Values
      • ERROR_MESSAGE_ATTRIBUTE

        public static final java.lang.String ERROR_MESSAGE_ATTRIBUTE
        See Also:
        Constant Field Values
      • ERROR_MESSAGE_DISABLED

        public static final java.lang.String ERROR_MESSAGE_DISABLED
        See Also:
        Constant Field Values
      • SPRING_SECURITY_CONTEXT

        public static final java.lang.String SPRING_SECURITY_CONTEXT
        See Also:
        Constant Field Values
      • SPRING_SECURITY_SAVED_REQUEST

        public static final java.lang.String SPRING_SECURITY_SAVED_REQUEST
        See Also:
        Constant Field Values
    • Constructor Detail

      • MolgenisLoginController

        public MolgenisLoginController()
    • Method Detail

      • getLoginPage

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

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

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