[midPoint-git] [Evolveum/midpoint] d47c78: Clean-up ValuePolicyProcessor

mederly noreply at github.com
Fri Oct 20 18:56:19 CEST 2023


  Branch: refs/heads/tmp/mid-4502
  Home:   https://github.com/Evolveum/midpoint
  Commit: d47c78c7a8ef0e8841e5c38346d3cff3c23f7fcf
      https://github.com/Evolveum/midpoint/commit/d47c78c7a8ef0e8841e5c38346d3cff3c23f7fcf
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-10-20 (Fri, 20 Oct 2023)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/config/ConfigurationItem.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
    M model/model-api/src/main/java/com/evolveum/midpoint/model/api/validator/StringLimitationResult.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/GenerateExpressionEvaluator.java
    A model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/CharacterClass.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/ObjectValuePolicyEvaluator.java
    A model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/StringPolicy.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/StringPolicyUtils.java
    A model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/ValueChecker.java
    A model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/ValueGenerator.java
    M model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/ValuePolicyProcessor.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelInteractionServiceImpl.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestPasswordPolicy.java
    M model/model-impl/src/test/resources/lens/ppolicy/password-policy-complex.xml
    M model/model-impl/src/test/resources/lens/ppolicy/password-policy-long.xml
    M model/model-impl/src/test/resources/lens/ppolicy/password-policy-minimal.xml
    M model/model-impl/src/test/resources/lens/ppolicy/password-policy-numeric.xml
    M model/model-impl/src/test/resources/lens/ppolicy/password-policy-props.xml
    M model/model-impl/src/test/resources/lens/ppolicy/password-policy-tri.xml
    M model/model-impl/src/test/resources/lens/ppolicy/password-policy-username.xml
    M model/model-impl/src/test/resources/lens/ppolicy/value-policy-generate-empty.xml
    M model/model-impl/src/test/resources/lens/ppolicy/value-policy-generate-without-limit-with-unique.xml
    M model/model-impl/src/test/resources/lens/ppolicy/value-policy-generate.xml
    M model/model-impl/src/test/resources/lens/ppolicy/value-policy-must-be-first.xml
    M model/model-impl/src/test/resources/lens/ppolicy/value-policy-random-pin.xml
    M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java

  Log Message:
  -----------
  Clean-up ValuePolicyProcessor

Before trying to fix MID-4502 we modernize and document this code
and the corresponding XSD. There may be minor functional changes,
but they are hard to determine exactly, provided near-zero docs
and incomprehensible code before this commit.

Work in progress.




More information about the midPoint-svn mailing list