DefaultAuthenticationSuccessHandler
认证成功响应处理器
在认证成功后写回统一的 JSON 成功结果
Functions
Link copied to clipboard
open override fun onAuthenticationSuccess(request: HttpServletRequest, response: HttpServletResponse, authentication: Authentication)
将认证成功结果写入响应体
open fun onAuthenticationSuccess(request: HttpServletRequest, response: HttpServletResponse, chain: FilterChain, authentication: Authentication)