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 KafkaProducer
    Modifier
    Constructor
    Description
     
    AuthenticationServiceApplication(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 KafkaProducer
    Modifier
    Constructor
    Description
     
    AdminService(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.