类 LoginController

java.lang.Object
cn.herodotus.engine.oauth2.management.controller.LoginController

@Controller public class LoginController extends Object

Description: Security 登录控制器

作者:
: gengwei.zheng
另请参阅:
  • DefaultLoginPageConfigurer
  • DefaultLoginPageGeneratingFilter
Date:
: 2022/3/21 19:52
  • 构造器概要

    构造器
    构造器
    说明
    LoginController(OAuth2AuthenticationProperties authenticationProperties, org.springframework.boot.autoconfigure.session.SessionProperties sessionProperties, cn.herodotus.engine.rest.protect.crypto.processor.HttpCryptoProcessor httpCryptoProcessor)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    org.springframework.web.servlet.ModelAndView
    login(Map<String,Object> model, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
     
    void
    processSecretKey(org.springframework.web.servlet.ModelAndView modelAndView, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • LoginController

      public LoginController(OAuth2AuthenticationProperties authenticationProperties, org.springframework.boot.autoconfigure.session.SessionProperties sessionProperties, cn.herodotus.engine.rest.protect.crypto.processor.HttpCryptoProcessor httpCryptoProcessor)
  • 方法详细资料

    • login

      @RequestMapping(value="/login", method=GET) public org.springframework.web.servlet.ModelAndView login(Map<String,Object> model, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
    • processSecretKey

      public void processSecretKey(org.springframework.web.servlet.ModelAndView modelAndView, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)