Uses of Class
org.openiam.idm.srvc.user.dto.CreateAccessRequestModel
-
-
Uses of CreateAccessRequestModel in org.openiam.idm.srvc.accesscertification
Subclasses of CreateAccessRequestModel in org.openiam.idm.srvc.accesscertification Modifier and Type Class Description class
CreateCertificateRequestModel
-
Uses of CreateAccessRequestModel in org.openiam.idm.srvc.user.dto
Subclasses of CreateAccessRequestModel in org.openiam.idm.srvc.user.dto Modifier and Type Class Description class
RevokeAccessRequestModel
Request model for Revoke Access action.class
TerminateUserRequestModel
Constructors in org.openiam.idm.srvc.user.dto with parameters of type CreateAccessRequestModel Constructor Description CreateAccessRequestModel(CreateAccessRequestModel obj)
-
Uses of CreateAccessRequestModel in org.openiam.srvc.activiti
-
Uses of CreateAccessRequestModel in org.openiam.workflow.activiti.delegate.core
Methods in org.openiam.workflow.activiti.delegate.core with parameters of type CreateAccessRequestModel Modifier and Type Method Description void
NotificationHelper. sendNotification(User toNotify, User requestor, TaskWrapper taskWrapper, String notificationType, CreateAccessRequestModel model)
-
Uses of CreateAccessRequestModel in org.openiam.workflow.activiti.delegate.user.access.request
Methods in org.openiam.workflow.activiti.delegate.user.access.request with parameters of type CreateAccessRequestModel Modifier and Type Method Description void
CreateAccessRequestExecutor. doExecute(CreateAccessRequestModel profile)
Deprecated.void
CreatePrivilegedAccessRequestExecutor. doExecute(CreateAccessRequestModel profile)
-
Uses of CreateAccessRequestModel in org.openiam.workflow.activiti.groovy
Methods in org.openiam.workflow.activiti.groovy with parameters of type CreateAccessRequestModel Modifier and Type Method Description abstract void
IntegrateCreateUserRequestHelper. perform(User user, CreateAccessRequestModel createAccessRequestModel, Map<String,Object> taskVariables, AuditLogBuilder auditLogBuilder)
-
Uses of CreateAccessRequestModel in org.openiam.workflow.activiti.service
Methods in org.openiam.workflow.activiti.service with parameters of type CreateAccessRequestModel Modifier and Type Method Description SaveTemplateProfileResponse
ActivitiPositionChangeService. initiateChangePositionWorkflow(CreateAccessRequestModel request)
SaveTemplateProfileResponse
ActivitiRequestAccessService. initiateCreatePrivilegedAccessRequestWorkflow(CreateAccessRequestModel request)
SaveTemplateProfileResponse
ActivitiRequestAccessService. initiateCreateRequestWorkflow(CreateAccessRequestModel request)
SaveTemplateProfileResponse
ActivitiRequestAccessService. initiateCreateRequestWorkflowForApprovers(CreateAccessRequestModel request)
SaveTemplateProfileResponse
ActivitiTaskService. initiateManualTask(CreateAccessRequestModel profile)
-
Uses of CreateAccessRequestModel in org.openiam.workflow.activiti.service.impl
Methods in org.openiam.workflow.activiti.service.impl with parameters of type CreateAccessRequestModel Modifier and Type Method Description SaveTemplateProfileResponse
ActivitiPositionChangeServiceImpl. initiateChangePositionWorkflow(CreateAccessRequestModel model)
SaveTemplateProfileResponse
ActivitiRequestAccessServiceImpl. initiateCreatePrivilegedAccessRequestWorkflow(CreateAccessRequestModel request)
SaveTemplateProfileResponse
ActivitiRequestAccessServiceImpl. initiateCreateRequestWorkflow(CreateAccessRequestModel request)
Deprecated.SaveTemplateProfileResponse
ActivitiRequestAccessServiceImpl. initiateCreateRequestWorkflowForApprovers(CreateAccessRequestModel request)
SaveTemplateProfileResponse
ActivitiTaskServiceImpl. initiateManualTask(CreateAccessRequestModel model)
-
Uses of CreateAccessRequestModel in org.openiam.workflow.activiti.utils
Methods in org.openiam.workflow.activiti.utils that return CreateAccessRequestModel Modifier and Type Method Description CreateAccessRequestModel
BatchWorkflowUtils. initiateCreateRequestFromExistsRequest(CreateAccessRequestModel request, List<UserToRoleMembershipXref> reqRolesWithoutApproover, List<UserToGroupMembershipXref> reqGroupsWithoutApproover, List<UserToResourceMembershipXref> reqResourcesWithoutApproover)
Methods in org.openiam.workflow.activiti.utils with parameters of type CreateAccessRequestModel Modifier and Type Method Description protected void
ActivitiHelper. fillVariablesForRequest(Map<String,Object> variables, ApproveStepsStore approverSteps, List<Object> approverCardinatlity, AuditLogBuilder idmAuditLog, CreateAccessRequestModel model)
CreateAccessRequestModel
BatchWorkflowUtils. initiateCreateRequestFromExistsRequest(CreateAccessRequestModel request, List<UserToRoleMembershipXref> reqRolesWithoutApproover, List<UserToGroupMembershipXref> reqGroupsWithoutApproover, List<UserToResourceMembershipXref> reqResourcesWithoutApproover)
-