public class HerodotusAuthenticationSuccessHandler extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
Description: 自定义 Security 认证成功处理器
| 构造器和说明 |
|---|
HerodotusAuthenticationSuccessHandler(HttpCryptoProcessor httpCryptoProcessor) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication) |
public HerodotusAuthenticationSuccessHandler(HttpCryptoProcessor httpCryptoProcessor)
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
throws IOException,
javax.servlet.ServletException
onAuthenticationSuccess 在接口中 org.springframework.security.web.authentication.AuthenticationSuccessHandlerIOExceptionjavax.servlet.ServletExceptionCopyright © 2023 Dromara. All rights reserved.