@Component
public class JwtAuthenticationSuccessHandler
extends java.lang.Object
implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
| 构造器和说明 |
|---|
JwtAuthenticationSuccessHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onAuthenticationSuccess(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
org.springframework.security.core.Authentication auth) |
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
org.springframework.security.core.Authentication auth)
throws java.io.IOException,
javax.servlet.ServletException
onAuthenticationSuccess 在接口中 org.springframework.security.web.authentication.AuthenticationSuccessHandlerjava.io.IOExceptionjavax.servlet.ServletExceptionCopyright © 2019. All rights reserved.