Uses of Class
org.openiam.mq.constants.queue.user.UserSaveQueue
-
Packages that use UserSaveQueue Package Description org.openiam.common.beans.mq org.openiam.config org.openiam.esb.core.mq org.openiam.esb.core.user.service.impl org.openiam.srvc.user -
-
Uses of UserSaveQueue in org.openiam.common.beans.mq
Constructors in org.openiam.common.beans.mq with parameters of type UserSaveQueue Constructor Description UserRabbitMQService(UserServiceQueue userServiceQueue, UserFindBeansQueue userFindBeansQueue, OrphanQueue orphanQueue, GetUserWithDependenciesQueue getUserWithDependenciesQueue, UserSaveQueue userSaveQueue)
-
Uses of UserSaveQueue in org.openiam.config
Methods in org.openiam.config that return UserSaveQueue Modifier and Type Method Description UserSaveQueue
UserVHostConfig. userSaveQueue()
-
Uses of UserSaveQueue in org.openiam.esb.core.mq
Constructors in org.openiam.esb.core.mq with parameters of type UserSaveQueue Constructor Description SynchronizationBulkSaveQueueListener(SynchronizationBulkSaveQueue queue, ProvisionBulkQueue provisionBulkQueue, RoleDataService roleDataService, com.fasterxml.jackson.databind.ObjectMapper mapper, RabbitMQSender rabbitMQSender, GroupDataService groupDataService, ActivitiService activitiService, ActivitiCreateRequestServiceQueue activitiCreateRequestServiceQueue, ResourceService resourceService, PropertyValueCache propertyValueSweeper, OrganizationService organizationService, PolicyService policyService, UserSaveQueue userSaveQueue, ManagedSystemService managedSystemService, SynchronisationHelper syncHelper, AuditLogHelper auditLogHelper)
UserSaveQueueListener(UserSaveQueue queue, UserDataService userDataService)
-
Uses of UserSaveQueue in org.openiam.esb.core.user.service.impl
Constructors in org.openiam.esb.core.user.service.impl with parameters of type UserSaveQueue Constructor Description OrphanServiceImpl(ManagedSysRepository managedSysRepository, OrphanElasticSearchRepository orphanRepo, UserMgr userService, ProvisionQueue provisionQueue, RabbitMQSender rabbitMQSender, UserRabbitMQService userRabbitMQService, OrphanDocumentToEntityConverter converter, PropertyValueCache propertyValueService, LoginRepository loginDao, AuditLogHelper auditLogHelper, UserSaveQueue userSaveQueue)
UserProfileServiceImpl(UserAttributeDozerConverter userAttributeDozerConverter, UserDataService userManager, MetadataElementTemplateService pageTemplateService, UserDozerConverter userDozerConverter, ProfilePictureRepository profilePictureDAO, DefaultEntityValidator entityValidator, PropertyValueCache propertyValueSweeper, ProfilePictureDozerConverter profilePictureDozerConverter, ProvisionQueue provisionQueue, RabbitMQSender rabbitMQSender, UserSaveQueue userSaveQueue)
-
Uses of UserSaveQueue in org.openiam.srvc.user
Constructors in org.openiam.srvc.user with parameters of type UserSaveQueue Constructor Description UserDataWebServiceImpl(UserServiceQueue queue, UserAuthParamQueue userAuthParamQueue, UserServiceQueue userServiceQueue, UserFindBeansQueue userFindBeansQueue, UserSaveQueue userSaveQueue, OrphanQueue orphanQueue, GetUserWithDependenciesQueue getUserWithDependenciesQueue, UserSuggestQueue suggestQueue, AccessCertificationQueue accessCertificationQueue, AuthStateRepository authStateRepository, AuthStateAuthParamXrefRepository authStateAuthParamXrefRepository, KeyManagementService keyManagementService)
-