Package com.aquima.interactions.process
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
evaluate(IAuthorizationAlgorithmEvaluationContext context)
This method should evaluate the required roles for a task.
-
-
-
Method Detail
-
evaluate
String[] evaluate(IAuthorizationAlgorithmEvaluationContext context)
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.
-
-