public class DefaultSecurityAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
AuthenticationEntryPoint implement class
The default implementation class of AuthenticationEntryPoint provided by ApiBoot
| 构造器和说明 |
|---|
DefaultSecurityAuthenticationEntryPoint() |
public void commence(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException e)
throws IOException,
javax.servlet.ServletException
commence 在接口中 org.springframework.security.web.AuthenticationEntryPointIOExceptionjavax.servlet.ServletExceptionCopyright © 2020. All rights reserved.