Uses of Class
callofproject.dev.authentication.service.UserManagementService
Packages that use UserManagementService
Package
Description
-
Uses of UserManagementService in callofproject.dev.authentication.controller
Constructors in callofproject.dev.authentication.controller with parameters of type UserManagementServiceModifierConstructorDescriptionConstructor for the UserManagementController class. -
Uses of UserManagementService in callofproject.dev.authentication.service
Constructors in callofproject.dev.authentication.service with parameters of type UserManagementServiceModifierConstructorDescriptionAuthenticationService
(UserManagementService userManagementService, org.springframework.security.authentication.AuthenticationProvider authenticationProvider, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, KafkaProducer kafkaProducer, callofproject.dev.repository.authentication.dal.UserServiceHelper serviceHelper, callofproject.dev.repository.authentication.repository.rdbms.IUserRepository userRepository, ExecutorService executorService) Constructor for the AuthenticationService class.