Uses of Class
com.mindstore.backend.service.AuthenticationService
Packages that use AuthenticationService
-
Uses of AuthenticationService in com.mindstore.backend.controller
Constructors in com.mindstore.backend.controller with parameters of type AuthenticationServiceModifierConstructorDescriptionAuthenticationController(JwtService jwtService, AuthenticationService authenticationService) authentication controller classCustomOAuth2SuccessHandler(JwtService jwtService, AuthenticationService authService) custom success handler class -
Uses of AuthenticationService in com.mindstore.backend.security
Methods in com.mindstore.backend.security with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionSecurityConfig.customOAuth2SuccessHandler(JwtService jwtService, AuthenticationService authService) function: creates the customOAuthSuccessHandler with the Authentication service and the jwt service