Uses of Class
org.openiam.mq.constants.queue.user.OrphanQueue
-
Packages that use OrphanQueue Package Description org.openiam.common.beans.mq org.openiam.config org.openiam.esb.core.mq org.openiam.srvc.user -
-
Uses of OrphanQueue in org.openiam.common.beans.mq
Constructors in org.openiam.common.beans.mq with parameters of type OrphanQueue Constructor Description UserRabbitMQService(UserServiceQueue userServiceQueue, UserFindBeansQueue userFindBeansQueue, OrphanQueue orphanQueue, GetUserWithDependenciesQueue getUserWithDependenciesQueue, UserSaveQueue userSaveQueue)
-
Uses of OrphanQueue in org.openiam.config
Methods in org.openiam.config that return OrphanQueue Modifier and Type Method Description OrphanQueue
UserVHostConfig. orphanQueue()
-
Uses of OrphanQueue in org.openiam.esb.core.mq
Constructors in org.openiam.esb.core.mq with parameters of type OrphanQueue Constructor Description OrphanQueueListener(OrphanQueue queue)
-
Uses of OrphanQueue in org.openiam.srvc.user
Constructors in org.openiam.srvc.user with parameters of type OrphanQueue 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)
-