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 classCreateCertificateRequestModel -
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 classRevokeAccessRequestModelRequest model for Revoke Access action.classTerminateUserRequestModelConstructors 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 voidNotificationHelper. 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 voidCreateAccessRequestExecutor. doExecute(CreateAccessRequestModel profile)Deprecated.voidCreatePrivilegedAccessRequestExecutor. 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 voidIntegrateCreateUserRequestHelper. 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 SaveTemplateProfileResponseActivitiPositionChangeService. initiateChangePositionWorkflow(CreateAccessRequestModel request)SaveTemplateProfileResponseActivitiRequestAccessService. initiateCreatePrivilegedAccessRequestWorkflow(CreateAccessRequestModel request)SaveTemplateProfileResponseActivitiRequestAccessService. initiateCreateRequestWorkflow(CreateAccessRequestModel request)SaveTemplateProfileResponseActivitiRequestAccessService. initiateCreateRequestWorkflowForApprovers(CreateAccessRequestModel request)SaveTemplateProfileResponseActivitiTaskService. 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 SaveTemplateProfileResponseActivitiPositionChangeServiceImpl. initiateChangePositionWorkflow(CreateAccessRequestModel model)SaveTemplateProfileResponseActivitiRequestAccessServiceImpl. initiateCreatePrivilegedAccessRequestWorkflow(CreateAccessRequestModel request)SaveTemplateProfileResponseActivitiRequestAccessServiceImpl. initiateCreateRequestWorkflow(CreateAccessRequestModel request)Deprecated.SaveTemplateProfileResponseActivitiRequestAccessServiceImpl. initiateCreateRequestWorkflowForApprovers(CreateAccessRequestModel request)SaveTemplateProfileResponseActivitiTaskServiceImpl. 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 CreateAccessRequestModelBatchWorkflowUtils. 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 voidActivitiHelper. fillVariablesForRequest(Map<String,Object> variables, ApproveStepsStore approverSteps, List<Object> approverCardinatlity, AuditLogBuilder idmAuditLog, CreateAccessRequestModel model)CreateAccessRequestModelBatchWorkflowUtils. initiateCreateRequestFromExistsRequest(CreateAccessRequestModel request, List<UserToRoleMembershipXref> reqRolesWithoutApproover, List<UserToGroupMembershipXref> reqGroupsWithoutApproover, List<UserToResourceMembershipXref> reqResourcesWithoutApproover)
-