Class IntegrateCreateUserRequestHelper
- java.lang.Object
-
- org.openiam.workflow.activiti.groovy.IntegrateCreateUserRequestHelper
-
public abstract class IntegrateCreateUserRequestHelper extends Object
Helper class for user request Groovy Scripts.- Author:
- Ankit Monga
-
-
Field Summary
Fields Modifier and Type Field Description protected ApproverAssociationQueue
approverAssociationQueue
protected ApproverAssociationRabbitMQService
approverAssociationRabbitMQService
protected org.springframework.context.ApplicationContext
context
protected FindBeansGroupQueue
findBeansGroupQueue
protected FindBeansRoleQueue
findBeansRoleQueue
protected GroupRabbitMQService
groupRabbitMQService
protected CustomJacksonMapper
jacksonMapper
protected org.apache.commons.logging.Log
log
protected ManagedSystemRabbitMQService
managedSystemRabbitMQService
protected PropertyValueCache
propertyValueSweeper
protected RabbitMQSender
rabbitMQSender
protected javax.servlet.http.HttpServletRequest
request
protected ResourceRabbitMQService
resourceRabbitMQService
protected RoleRabbitMQService
roleRabbitMQService
protected UserRabbitMQService
userMQService
-
Constructor Summary
Constructors Constructor Description IntegrateCreateUserRequestHelper()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
perform(User user, CreateAccessRequestModel createAccessRequestModel, Map<String,Object> taskVariables, AuditLogBuilder auditLogBuilder)
-
-
-
Field Detail
-
log
protected final org.apache.commons.logging.Log log
-
approverAssociationQueue
@Autowired protected ApproverAssociationQueue approverAssociationQueue
-
approverAssociationRabbitMQService
@Autowired protected ApproverAssociationRabbitMQService approverAssociationRabbitMQService
-
rabbitMQSender
@Autowired protected RabbitMQSender rabbitMQSender
-
findBeansRoleQueue
@Autowired protected FindBeansRoleQueue findBeansRoleQueue
-
findBeansGroupQueue
@Autowired protected FindBeansGroupQueue findBeansGroupQueue
-
userMQService
@Autowired protected UserRabbitMQService userMQService
-
resourceRabbitMQService
@Autowired protected ResourceRabbitMQService resourceRabbitMQService
-
jacksonMapper
@Autowired protected CustomJacksonMapper jacksonMapper
-
propertyValueSweeper
@Autowired protected PropertyValueCache propertyValueSweeper
-
roleRabbitMQService
@Autowired protected RoleRabbitMQService roleRabbitMQService
-
groupRabbitMQService
@Autowired protected GroupRabbitMQService groupRabbitMQService
-
managedSystemRabbitMQService
@Autowired protected ManagedSystemRabbitMQService managedSystemRabbitMQService
-
request
protected javax.servlet.http.HttpServletRequest request
-
context
protected org.springframework.context.ApplicationContext context
-
-
Method Detail
-
perform
public abstract void perform(User user, CreateAccessRequestModel createAccessRequestModel, Map<String,Object> taskVariables, AuditLogBuilder auditLogBuilder)
-
-