Class RemoveNegativeRoleAssignments
- java.lang.Object
-
- sailpoint.task.AbstractTaskExecutor
-
- com.identityworksllc.iiq.common.task.RemoveNegativeRoleAssignments
-
- All Implemented Interfaces:
sailpoint.object.BaseExecutor
,sailpoint.object.TaskExecutor
public class RemoveNegativeRoleAssignments extends sailpoint.task.AbstractTaskExecutor
A task executor for finding and removing unwanted negative role assignments.An audit event of type ‘negativeRoleAssignmentsRemoved’ will be logged if action is taken.
-
-
Constructor Summary
Constructors Constructor Description RemoveNegativeRoleAssignments()
Construct a new task executor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(sailpoint.api.SailPointContext context, sailpoint.object.TaskSchedule taskSchedule, sailpoint.object.TaskResult taskResult, sailpoint.object.Attributes<String,Object> attributes)
boolean
terminate()
-
-
-
Constructor Detail
-
RemoveNegativeRoleAssignments
public RemoveNegativeRoleAssignments()
Construct a new task executor
-
-