Uses of Class
org.openiam.idm.srvc.user.dto.RevokeAccessRequestModel
-
Packages that use RevokeAccessRequestModel Package Description org.openiam.srvc.activiti org.openiam.workflow.activiti.service org.openiam.workflow.activiti.service.impl -
-
Uses of RevokeAccessRequestModel in org.openiam.srvc.activiti
Methods in org.openiam.srvc.activiti with parameters of type RevokeAccessRequestModel Modifier and Type Method Description BooleanActivitiService. doesUserHaveAccessToRevocation(RevokeAccessRequestModel requestModel)BooleanActivitiServiceImpl. doesUserHaveAccessToRevocation(RevokeAccessRequestModel request)ResponseActivitiService. revokeAccess(RevokeAccessRequestModel request)ResponseActivitiServiceImpl. revokeAccess(RevokeAccessRequestModel request) -
Uses of RevokeAccessRequestModel in org.openiam.workflow.activiti.service
Methods in org.openiam.workflow.activiti.service with parameters of type RevokeAccessRequestModel Modifier and Type Method Description ResponseActivitiTerminationService. initiateManualTaskForTermination(RevokeAccessRequestModel request)if user got terminated then activiti service will check if he has any access to manual systems, if so then task will be generated for admin of manual resource to terminate user manually.ResponseActivitiTerminationService. revokeAccess(RevokeAccessRequestModel request)Revoke access. -
Uses of RevokeAccessRequestModel in org.openiam.workflow.activiti.service.impl
Methods in org.openiam.workflow.activiti.service.impl with parameters of type RevokeAccessRequestModel Modifier and Type Method Description ResponseActivitiTerminationServiceImpl. initiateManualTaskForTermination(RevokeAccessRequestModel request)ResponseActivitiTerminationServiceImpl. revokeAccess(RevokeAccessRequestModel model)
-