Class 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.

    • Field Summary

      • Fields inherited from class sailpoint.task.AbstractTaskExecutor

        ARG_FILTER, ARG_LOCK_MODE, ARG_LOCK_TIMEOUT, ARG_PROFILE, ARG_RESTARTABLE, ARG_TRACE, DEFAULT_LOCK_TIMEOUT, RET_TOTAL
    • Method Detail

      • execute

        public void execute​(sailpoint.api.SailPointContext context,
                            sailpoint.object.TaskSchedule taskSchedule,
                            sailpoint.object.TaskResult taskResult,
                            sailpoint.object.Attributes<String,​Object> attributes)
                     throws Exception
        Throws:
        Exception