Class SystemJwtAuthenticationSuccessHandler

Object
SystemJwtAuthenticationSuccessHandler
All Implemented Interfaces:
AuthenticationSuccessHandler

public class SystemJwtAuthenticationSuccessHandler extends Object implements AuthenticationSuccessHandler
  • Constructor Details

    • SystemJwtAuthenticationSuccessHandler

      public SystemJwtAuthenticationSuccessHandler()
  • Method Details

    • onAuthenticationSuccess

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