Class JwtAuthenticationSuccessHandler

Object
JwtAuthenticationSuccessHandler
All Implemented Interfaces:
AuthenticationSuccessHandler

public class JwtAuthenticationSuccessHandler extends Object implements AuthenticationSuccessHandler
  • Constructor Details

    • JwtAuthenticationSuccessHandler

      public JwtAuthenticationSuccessHandler()
  • Method Details

    • onAuthenticationSuccess

      public void onAuthenticationSuccess(HttpServletRequest request, HttpServletResponse response, Authentication authentication) throws IOException, ServletException
      Specified by:
      onAuthenticationSuccess in interface AuthenticationSuccessHandler
      Throws:
      IOException
      ServletException