Uses of Class
com.evolveum.midpoint.schema.expression.FunctionLibrariesProfile
Packages that use FunctionLibrariesProfile
-
Uses of FunctionLibrariesProfile in com.evolveum.midpoint.schema.expression
Methods in com.evolveum.midpoint.schema.expression that return FunctionLibrariesProfileModifier and TypeMethodDescriptionstatic @NotNull FunctionLibrariesProfile
FunctionLibrariesProfile.full()
@NotNull FunctionLibrariesProfile
ExpressionProfile.getLibrariesProfile()
static @NotNull FunctionLibrariesProfile
FunctionLibrariesProfile.none()
static FunctionLibrariesProfile
FunctionLibrariesProfile.of
(@NotNull FunctionLibrariesProfileType bean) Constructors in com.evolveum.midpoint.schema.expression with parameters of type FunctionLibrariesProfileModifierConstructorDescriptionExpressionProfile
(@NotNull String identifier, @NotNull ExpressionEvaluatorsProfile evaluatorsProfile, @NotNull BulkActionsProfile bulkActionsProfile, @NotNull FunctionLibrariesProfile librariesProfile, @NotNull AccessDecision privilegeElevation)