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 Boolean
ActivitiService. doesUserHaveAccessToRevocation(RevokeAccessRequestModel requestModel)
Boolean
ActivitiServiceImpl. doesUserHaveAccessToRevocation(RevokeAccessRequestModel request)
Response
ActivitiService. revokeAccess(RevokeAccessRequestModel request)
Response
ActivitiServiceImpl. 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 Response
ActivitiTerminationService. 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.Response
ActivitiTerminationService. 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 Response
ActivitiTerminationServiceImpl. initiateManualTaskForTermination(RevokeAccessRequestModel request)
Response
ActivitiTerminationServiceImpl. revokeAccess(RevokeAccessRequestModel model)
-