@Component public class AuthSuccessHandler extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
| 构造器和说明 |
|---|
AuthSuccessHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onAuthenticationSuccess(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
org.springframework.security.core.Authentication authentication) |
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
org.springframework.security.core.Authentication authentication)
throws IOException,
javax.servlet.ServletException
onAuthenticationSuccess 在接口中 org.springframework.security.web.authentication.AuthenticationSuccessHandlerIOExceptionjavax.servlet.ServletExceptionCopyright © 2022. All rights reserved.