public class CustomAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
| 构造器和说明 |
|---|
CustomAuthenticationEntryPoint() |
public void commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException)
throws IOException,
javax.servlet.ServletException
commence 在接口中 org.springframework.security.web.AuthenticationEntryPointrequest - HTTP请求response - HTTP响应authException - 认证异常IOException - IO异常javax.servlet.ServletException - Servlet异常Copyright © 2025. All rights reserved.