Class ExpressionEvaluatorsProfile
java.lang.Object
com.evolveum.midpoint.schema.expression.ExpressionEvaluatorsProfile
- All Implemented Interfaces:
Serializable
Specifies limitations on the use of a individual expression evaluators (e.g. script, path, value, etc).
- See Also:
-
Constructor Summary
ConstructorDescriptionExpressionEvaluatorsProfile
(@NotNull AccessDecision defaultDecision, @NotNull List<ExpressionEvaluatorProfile> evaluatorProfiles) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull ExpressionEvaluatorsProfile
full()
@NotNull AccessDecision
@Nullable ExpressionEvaluatorProfile
getEvaluatorProfile
(@NotNull QName type) static @NotNull ExpressionEvaluatorsProfile
none()
-
Constructor Details
-
ExpressionEvaluatorsProfile
public ExpressionEvaluatorsProfile(@NotNull @NotNull AccessDecision defaultDecision, @NotNull @NotNull List<ExpressionEvaluatorProfile> evaluatorProfiles)
-
-
Method Details
-
full
-
none
-
getDefaultDecision
-
getEvaluatorProfile
@Nullable public @Nullable ExpressionEvaluatorProfile getEvaluatorProfile(@NotNull @NotNull QName type)
-