[midPoint-git] [Evolveum/midpoint] 4bb54d: Implement library function access checks

mederly noreply at github.com
Fri Aug 11 10:49:48 CEST 2023


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 4bb54d9dcd7c2ad8596cef0d34ebd9c1e3eca996
      https://github.com/Evolveum/midpoint/commit/4bb54d9dcd7c2ad8596cef0d34ebd9c1e3eca996
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-08-11 (Fri, 11 Aug 2023)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/expression/FunctionLibrariesProfile.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/expression/FunctionLibraryProfile.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/FunctionExpressionEvaluator.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/functions/FunctionLibrary.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/functions/FunctionLibraryManager.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/functions/LibraryFunctionExecutor.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestExpressionProfiles.java
    A model/model-intest/src/test/resources/profiles/archetype-little-trusted-variant-role.xml
    A model/model-intest/src/test/resources/profiles/archetype-little-trusted-variant-two-role.xml
    M model/model-intest/src/test/resources/profiles/function-library-one.xml
    A model/model-intest/src/test/resources/profiles/function-library-two.xml
    M model/model-intest/src/test/resources/profiles/system-configuration.xml

  Log Message:
  -----------
  Implement library function access checks

The profiles were there, this commit brings the actual checks.

Related to MID-6913.




More information about the midPoint-svn mailing list