Uses of Class
com.raphaelsalles.backend.domain.service.user.UserAuthorizationService
Packages that use UserAuthorizationService
-
Uses of UserAuthorizationService in com.raphaelsalles.backend.api.controller
Fields in com.raphaelsalles.backend.api.controller declared as UserAuthorizationServiceModifier and TypeFieldDescriptionprivate final UserAuthorizationServiceAuthenticationController.userAuthorizationServiceConstructors in com.raphaelsalles.backend.api.controller with parameters of type UserAuthorizationServiceModifierConstructorDescriptionAuthenticationController(UserAuthorizationService authorizationService, org.springframework.security.authentication.AuthenticationManager authenticationManager)