类 FailedAuthenticationEntryPoint

java.lang.Object
com.iplatform.security.FailedAuthenticationEntryPoint
所有已实现的接口:
org.springframework.security.web.AuthenticationEntryPoint

public class FailedAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
匿名用户访问无权限资源时的异常。
作者:
时克英
  • 字段详细资料

    • logger

      protected final transient org.slf4j.Logger logger
  • 构造器详细资料

    • FailedAuthenticationEntryPoint

      public FailedAuthenticationEntryPoint()
  • 方法详细资料

    • 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