Uses of Class
org.openiam.common.beans.mq.GroupRabbitMQService
-
Packages that use GroupRabbitMQService Package Description org.openiam.br.service org.openiam.esb.core.meta.service.impl org.openiam.esb.core.service.impl org.openiam.esb.core.user.converter org.openiam.idm.processor.groovy org.openiam.idm.provisioning.service.group org.openiam.idm.provisioning.service.user org.openiam.srvc.risk org.openiam.sync.service.impl.service Provides abstract base classes for identity transformation scripts in OpenIAM.org.openiam.workflow.activiti.delegate.core org.openiam.workflow.activiti.delegate.user.displaymapper org.openiam.workflow.activiti.groovy org.openiam.workflow.activiti.utils -
-
Uses of GroupRabbitMQService in org.openiam.br.service
Constructors in org.openiam.br.service with parameters of type GroupRabbitMQService Constructor Description BusinessRuleEvaluationService(GroovyScriptEngineIntegration groovyScriptEngineIntegration, UserRabbitMQService userRabbitMQService, UserBusinessRuleRecalculationElasticSearchRepository userBusinessRuleRecalculationElasticSearchRepository, BusinessRuleManagementMQService managementMQService, org.redisson.api.RedissonClient redissonClient, RabbitMQSender sender, ProvisionBulkQueue provisionBulkQueue, ActivitiRabbitMQService activitiRabbitMQService, RoleRabbitMQService roleRabbitMQService, GroupRabbitMQService groupRabbitMQService, ManagedSystemRabbitMQService managedSystemRabbitMQService, PropertyValueCache propertyValueSweeper) -
Uses of GroupRabbitMQService in org.openiam.esb.core.meta.service.impl
Fields in org.openiam.esb.core.meta.service.impl declared as GroupRabbitMQService Modifier and Type Field Description protected GroupRabbitMQServiceDefaultUserCustomValidator. groupRabbitMQService -
Uses of GroupRabbitMQService in org.openiam.esb.core.service.impl
Fields in org.openiam.esb.core.service.impl declared as GroupRabbitMQService Modifier and Type Field Description protected GroupRabbitMQServiceAbstractDetachableBeansServiceImpl. groupRabbitMQServiceConstructors in org.openiam.esb.core.service.impl with parameters of type GroupRabbitMQService Constructor Description AbstractDetachableBeansServiceImpl(REPO dbRepository, ES_REPO esRepository, AbstractDependencyDozerEntityConverter<DTO,ENTITY> converter, AbstractKeyDocumentToEntityConverter<DOC,ENTITY,DTO> documentToEntityConverter, AccessRightProcessor accessRightProcessor, InternationalizationProvider internationalizationProvider, UserElasticSearchRepository userElasticSearchRepository, AuthManagerMQService authorizationManagerService, ElasticsearchReindexProcessor elasticSearchReindexer, AccessRightRepository accessRightDAO, ManagedSysRepository managedSysDAO, MetadataTypeRepository typeDAO, PolicyRepository policyDAO, UserRepository userDAO, GroupRepository groupDao, AbstractEntityValidator entityValidator, ResourceElasticSearchRepository resourceElasticSearchRepository, UserDataService userDataService, GroupRabbitMQService groupRabbitMQService, MetadataTypeService metadataTypeService)GroupDataServiceImpl(GroupRepository dbRepository, GroupElasticSearchRepository esRepository, GroupDozerConverter converter, GroupDocumentToEntityConverter documentToEntityConverter, AccessRightProcessor accessRightProcessor, InternationalizationProvider internationalizationProvider, UserElasticSearchRepository userElasticSearchRepository, ElasticsearchReindexProcessor elasticSearchReindexer, UserRepository userDAO, BusinessRuleRepository businessRuleRepository, GroupAttributeRepository groupAttrDao, PropertyValueCache propertyValueSweeper, IdentityRepository identityDAO, AccessRightRepository accessRightDAO, AuditLogHelper auditLogHelper, AuthorizationMenuAdminService authorizationManagerAdminService, UserToGroupMembershipXrefRepository userToGroupMembershipXrefRepository, MetadataElementRepository metadataElementDAO, RoleRepository roleDao, GroupProvisionQueue groupProvisionQueue, org.springframework.transaction.support.TransactionTemplate transactionTemplate, GroupToGroupMembershipXrefRepository groupToGroupMembershipXrefRepository, RabbitMQSender rabbitMQSender, GroupAttributeDozerConverter groupAttributeDozerConverter, GroupEntityValidator entityValidator, PolicyRepository policyDAO, ManagedSysRepository managedSysDAO, OrganizationRepository organizationDAO, MetadataElementTemplateService pageTemplateService, MetadataTypeRepository typeDAO, AuthManagerMQService authorizationManagerService, ResourceElasticSearchRepository resourceElasticSearchRepository, ApproverAssociationDozerConverter approverAssociationDozerConverter, AMAdminQueue amAdminQueue, RoleQueue roleQueue, ResourceQueue resourceQueue, ResourceRepository resourceRepository, UserDataService userDataService, GroupRabbitMQService groupRabbitMQService, MetadataTypeService metadataTypeService, ManagedSystemRabbitMQService mSysService, ManagedSystemCache managedSystemCache, CustomJacksonMapper mapper)RoleDataServiceImpl(RoleRepository entityRepository, RoleDozerConverter converter, RoleElasticSearchRepository elasticSearchRepository, RoleDocumentToEntityConverter documentToEntityConverter, InternationalizationProvider internationalizationProvider, UserElasticSearchRepository userElasticSearchRepository, GroupRepository groupDAO, AuthManagerMQService authorizationManagerService, RoleAttributeRepository roleAttributeRepository, MetadataElementRepository metadataElementDAO, UserRepository userDAO, PolicyRepository policyDAO, MetadataElementTemplateService pageTemplateService, ElasticsearchReindexProcessor elasticSearchReindexer, AccessRightProcessor accessRightProcessor, AccessRightRepository accessRightDAO, org.springframework.transaction.support.TransactionTemplate transactionTemplate, RoleAttributeDozerConverter roleAttributeDozerConverter, GroupDataService groupDataService, DefaultEntityValidator entityValidator, ManagedSysRepository managedSysDAO, MetadataTypeRepository typeDAO, AuditLogHelper auditLogHelper, RoleToGroupMembershipXrefRepository roleToGroupMembershipXrefRepository, UserToRoleMembershipXrefRepository userToRoleMembershipXrefRepository, ResourceElasticSearchRepository resourceElasticSearchRepository, BusinessRuleRepository businessRuleRepository, BusinessRuleService businessRuleService, UserDataService userDataService, GroupRabbitMQService groupRabbitMQService, MetadataTypeService metadataTypeService, ResourceRepository resourceRepository, OrganizationRepository organizationRepository, ManagedSystemRabbitMQService mSysService, ManagedSystemCache managedSystemCache, CustomJacksonMapper mapper) -
Uses of GroupRabbitMQService in org.openiam.esb.core.user.converter
Fields in org.openiam.esb.core.user.converter declared as GroupRabbitMQService Modifier and Type Field Description protected GroupRabbitMQServiceAbstractUserConversion. groupRabbitMQService -
Uses of GroupRabbitMQService in org.openiam.idm.processor.groovy
Fields in org.openiam.idm.processor.groovy declared as GroupRabbitMQService Modifier and Type Field Description protected GroupRabbitMQServiceAbstractMembershipGenerator. groupRabbitMQService -
Uses of GroupRabbitMQService in org.openiam.idm.provisioning.service.group
Fields in org.openiam.idm.provisioning.service.group declared as GroupRabbitMQService Modifier and Type Field Description protected GroupRabbitMQServiceAbstractGroupProvisionOperation. groupRabbitMQService -
Uses of GroupRabbitMQService in org.openiam.idm.provisioning.service.user
Fields in org.openiam.idm.provisioning.service.user declared as GroupRabbitMQService Modifier and Type Field Description protected GroupRabbitMQServiceAbstractUserProvisionOperation. groupMQService -
Uses of GroupRabbitMQService in org.openiam.srvc.risk
Fields in org.openiam.srvc.risk declared as GroupRabbitMQService Modifier and Type Field Description protected GroupRabbitMQServiceAbstractAdaptiveRisk. groupMQService -
Uses of GroupRabbitMQService in org.openiam.sync.service.impl.service
Fields in org.openiam.sync.service.impl.service declared as GroupRabbitMQService Modifier and Type Field Description protected GroupRabbitMQServiceAbstractTransformScript. groupRabbitMQService -
Uses of GroupRabbitMQService in org.openiam.workflow.activiti.delegate.core
Fields in org.openiam.workflow.activiti.delegate.core declared as GroupRabbitMQService Modifier and Type Field Description protected GroupRabbitMQServiceAbstractNotificationDelegate. groupRabbitMQService -
Uses of GroupRabbitMQService in org.openiam.workflow.activiti.delegate.user.displaymapper
Fields in org.openiam.workflow.activiti.delegate.user.displaymapper declared as GroupRabbitMQService Modifier and Type Field Description protected GroupRabbitMQServiceAbstractUserDisplayMapper. groupMQService -
Uses of GroupRabbitMQService in org.openiam.workflow.activiti.groovy
Fields in org.openiam.workflow.activiti.groovy declared as GroupRabbitMQService Modifier and Type Field Description protected GroupRabbitMQServiceAbstractApproverAssociationIdentifier. groupRabbitMQServiceprotected GroupRabbitMQServiceIntegrateCreateUserRequestHelper. groupRabbitMQServiceprotected GroupRabbitMQServiceResourceGroovyScriptHelper. groupRabbitMQService -
Uses of GroupRabbitMQService in org.openiam.workflow.activiti.utils
Fields in org.openiam.workflow.activiti.utils declared as GroupRabbitMQService Modifier and Type Field Description protected GroupRabbitMQServiceActivitiHelper. groupMQService
-