Uses of Class
com.mindstore.backend.controller.CustomOAuth2SuccessHandler
Packages that use CustomOAuth2SuccessHandler
-
Uses of CustomOAuth2SuccessHandler in com.mindstore.backend.security
Methods in com.mindstore.backend.security that return CustomOAuth2SuccessHandlerModifier and TypeMethodDescriptionSecurityConfig.customOAuth2SuccessHandler(JwtService jwtService, AuthenticationService authService) function: creates the customOAuthSuccessHandler with the Authentication service and the jwt serviceConstructors in com.mindstore.backend.security with parameters of type CustomOAuth2SuccessHandlerModifierConstructorDescriptionSecurityConfig(JwtAuthenticationFilter jwtAuthenticationFilter, org.springframework.security.authentication.AuthenticationProvider authenticationProvider, CustomOAuth2SuccessHandler customOAuth2SuccessHandler) security configuration