Class JwtAuthenticationSuccessHandler
Object
JwtAuthenticationSuccessHandler
- All Implemented Interfaces:
AuthenticationSuccessHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonAuthenticationSuccess(HttpServletRequest request, HttpServletResponse response, Authentication authentication)
-
Constructor Details
-
JwtAuthenticationSuccessHandler
public JwtAuthenticationSuccessHandler()
-
-
Method Details
-
onAuthenticationSuccess
public void onAuthenticationSuccess(HttpServletRequest request, HttpServletResponse response, Authentication authentication) throws IOException, ServletException - Specified by:
onAuthenticationSuccessin interfaceAuthenticationSuccessHandler- Throws:
IOExceptionServletException
-