类 HerodotusAuthenticationEntryPoint

java.lang.Object
cn.herodotus.stirrup.oauth2.authorization.servlet.HerodotusAuthenticationEntryPoint
所有已实现的接口:
org.springframework.security.web.AuthenticationEntryPoint

public class HerodotusAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint

Description: 自定义未认证处理

作者:
: gengwei.zheng
Date:
: 2022/3/8 8:55
  • 构造器详细资料

    • HerodotusAuthenticationEntryPoint

      public HerodotusAuthenticationEntryPoint()
  • 方法详细资料

    • commence

      public void commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException) throws IOException, jakarta.servlet.ServletException
      指定者:
      commence 在接口中 org.springframework.security.web.AuthenticationEntryPoint
      抛出:
      IOException
      jakarta.servlet.ServletException