Class DetectionActionExecutor

java.lang.Object
com.evolveum.midpoint.model.impl.mining.algorithm.BaseAction
com.evolveum.midpoint.model.impl.mining.algorithm.detection.DetectionActionExecutor

public class DetectionActionExecutor extends BaseAction
The `DetectionActionExecutor` class is responsible for executing the pattern detection process within the role analysis. It processes a specific cluster and identifies patterns based on the configured detection options and the session details.

This class is a crucial part of the role analysis workflow, helping to identify patterns within the analyzed data for better decision-making regarding role and user assignments.

  • Constructor Details

  • Method Details

    • executeDetectionProcess

      public void executeDetectionProcess()
      Executes the pattern detection process within the role analysis for a specific cluster. This method retrieves cluster and session information, prepares data, and performs pattern detection.
    • getHandler

      public RoleAnalysisProgressIncrement getHandler()