类 JwtAuthEntryPoint

  • 所有已实现的接口:
    org.springframework.security.web.AuthenticationEntryPoint

    @Component
    public class JwtAuthEntryPoint
    extends Object
    implements org.springframework.security.web.AuthenticationEntryPoint
    • 构造器详细资料

      • JwtAuthEntryPoint

        public JwtAuthEntryPoint()
    • 方法详细资料

      • commence

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