AuthorizationEndpointResponseHandler

class AuthorizationEndpointResponseHandler : AuthenticationSuccessHandler

授权端点成功响应处理器

将访问令牌认证结果写回标准 OAuth2 访问令牌响应

Constructors

Link copied to clipboard
constructor()

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)
Link copied to clipboard

设置访问令牌响应定制器