类 LoginController
java.lang.Object
cn.herodotus.engine.oauth2.management.controller.LoginController
Description: Security 登录控制器
- 作者:
- : gengwei.zheng
- 另请参阅:
-
DefaultLoginPageConfigurerDefaultLoginPageGeneratingFilter
- 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.ModelAndViewlogin(Map<String, Object> model, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) voidprocessSecretKey(org.springframework.web.servlet.ModelAndView modelAndView, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
构造器详细资料
-
LoginController
public LoginController(OAuth2AuthenticationProperties authenticationProperties, org.springframework.boot.autoconfigure.session.SessionProperties sessionProperties, cn.herodotus.engine.rest.protect.crypto.processor.HttpCryptoProcessor httpCryptoProcessor)
-
-
方法详细资料
-
login
-
processSecretKey
public void processSecretKey(org.springframework.web.servlet.ModelAndView modelAndView, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-