Interface IAuthorizationAlgorithm

All Superinterfaces:
Serializable

public interface IAuthorizationAlgorithm extends Serializable
This interface can be used to define an external authorization algorithm for the process engine.
Since:
9.1
Author:
A.Pragt
  • Method Details

    • evaluate

      This method should evaluate the required roles for a task.
      Parameters:
      context - context object containing data may be used during evaluation.
      Returns:
      The required roles.