Uses of Class
callofproject.dev.authentication.config.kafka.KafkaProducer
Packages that use KafkaProducer
-
Uses of KafkaProducer in callofproject.dev.authentication
Constructors in callofproject.dev.authentication with parameters of type KafkaProducerModifierConstructorDescriptionAuthenticationServiceApplication
(callofproject.dev.repository.authentication.repository.rdbms.IUserRepository userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, callofproject.dev.nosql.repository.IUserTagRepository userTagRepository, callofproject.dev.nosql.dal.MatchServiceHelper serviceHelper, callofproject.dev.repository.authentication.repository.rdbms.IUserProfileRepository userProfileRepository, KafkaProducer kafkaProducer) -
Uses of KafkaProducer in callofproject.dev.authentication.service
Constructors in callofproject.dev.authentication.service with parameters of type KafkaProducerModifierConstructorDescriptionAdminService
(callofproject.dev.repository.authentication.dal.UserManagementServiceHelper managementServiceHelper, KafkaProducer kafkaProducer, org.springframework.security.authentication.AuthenticationProvider authenticationProvider, IUserMapper userMapper) Constructor for AdminService class.AuthenticationService
(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.ForgotPasswordService
(callofproject.dev.repository.authentication.dal.UserServiceHelper userServiceHelper, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, KafkaProducer kafkaProducer) Constructor for ForgotPasswordService.UserManagementService
(callofproject.dev.repository.authentication.dal.UserManagementServiceHelper serviceHelper, MapperConfiguration mapperConfig, KafkaProducer userProducer) Constructor for the UserManagementService class.