类 JwtAuthenticationEntryPoint

java.lang.Object
com.alibaba.nacos.plugin.auth.impl.JwtAuthenticationEntryPoint
所有已实现的接口:
org.springframework.security.web.AuthenticationEntryPoint

@Deprecated public class JwtAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
已过时。
jwt auth fail point.
作者:
wfnuser
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private static final org.slf4j.Logger
    已过时。
     
  • 构造器概要

    构造器
    构造器
    说明
    已过时。
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException e)
    已过时。
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • LOGGER

      private static final org.slf4j.Logger LOGGER
      已过时。
  • 构造器详细资料

    • JwtAuthenticationEntryPoint

      public JwtAuthenticationEntryPoint()
      已过时。
  • 方法详细资料

    • commence

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