Uses of Class
com.mindstore.backend.service.JwtService
Packages that use JwtService
-
Uses of JwtService in com.mindstore.backend.controller
Constructors in com.mindstore.backend.controller with parameters of type JwtServiceModifierConstructorDescriptionAuthenticationController(JwtService jwtService, AuthenticationService authenticationService) authentication controller classCustomOAuth2SuccessHandler(JwtService jwtService, AuthenticationService authService) custom success handler classOpenSearchController(TextIndexService textIndexService, JwtService jwtService, TextSearchService textSearchService) controller class for opensearch -
Uses of JwtService in com.mindstore.backend.security
Methods in com.mindstore.backend.security with parameters of type JwtServiceModifier 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 JwtServiceModifierConstructorDescriptionJwtAuthenticationFilter(JwtService jwtService, org.springframework.security.core.userdetails.UserDetailsService userDetailsService) Jwt main filter component