[midPoint-git] [Evolveum/midpoint] 2e3df1: Revert "schema cleanup: AbstractAuthenticationModu...

KaterynaHonchar noreply at github.com
Mon Jun 12 12:29:07 CEST 2023


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 2e3df132e76cb9ddf865c0fa775bda9c68d23190
      https://github.com/Evolveum/midpoint/commit/2e3df132e76cb9ddf865c0fa775bda9c68d23190
  Author: Kateryna Honchar <gonchar.kate at gmail.com>
  Date:   2023-06-12 (Mon, 12 Jun 2023)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/login/PageAttributeVerification.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/login/PageAuthenticationBase.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/login/PageFocusIdentification.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/SecurityPolicyUtil.java
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/factory/module/AbstractCredentialModuleFactory.java
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/module/configuration/ModuleWebSecurityConfigurationImpl.java
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/util/AuthSequenceUtil.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/SecurityHelper.java

  Log Message:
  -----------
  Revert "schema cleanup: AbstractAuthenticationModuleType.name element usage is removed"

This reverts commit c36ef0f089eeac23708b142ccb3b676d7c6558cd.


  Commit: cecb2db4fdbda70b22076b9d44aedfb90ddf9be1
      https://github.com/Evolveum/midpoint/commit/cecb2db4fdbda70b22076b9d44aedfb90ddf9be1
  Author: Kateryna Honchar <gonchar.kate at gmail.com>
  Date:   2023-06-12 (Mon, 12 Jun 2023)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/login/AbstractPageLogin.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/login/PageLogin.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/security/util/SecurityUtils.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/SecurityPolicyUtil.java
    M model/authentication-api/src/main/java/com/evolveum/midpoint/authentication/api/config/MidpointAuthentication.java
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/util/AuthSequenceUtil.java
    M model/authentication-impl/src/test/java/com/evolveum/midpoint/authentication/TestAuthSequenceUtil.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/MidpointFunctionsImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/SecurityHelper.java
    M testing/rest/src/test/resources/authentication/repo/security-policy-default.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-disabled.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-enabled.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-issuer-uri.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri-wrong-alg.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-public-key-wrong-alg.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-public-key.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-unsuccessful.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-user-info-uri.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-wrong-attribute-name.xml
    M testing/rest/src/test/resources/repo/security-policy-no-history.xml
    M testing/rest/src/test/resources/repo/security-policy.xml

  Log Message:
  -----------
  Revert "schema cleanup: AuthenticationSequenceType.name attribute usage is removed"

This reverts commit 8a888a0ade7864c30ab8d6d43dcddb505a61492c.


  Commit: 6ed3bc42c1695880ed741406e15dca7221819859
      https://github.com/Evolveum/midpoint/commit/6ed3bc42c1695880ed741406e15dca7221819859
  Author: Kateryna Honchar <gonchar.kate at gmail.com>
  Date:   2023-06-12 (Mon, 12 Jun 2023)

  Changed paths:
    M testing/rest/src/test/resources/authentication/repo/security-policy-default.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-disabled.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-enabled.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-issuer-uri.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri-wrong-alg.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-public-key-wrong-alg.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-public-key.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-unsuccessful.xml
    M testing/rest/src/test/resources/repo/security-policy-no-history.xml
    M testing/rest/src/test/resources/repo/security-policy.xml

  Log Message:
  -----------
  AuthenticationSequenceType.name -> identifier in diff xml


  Commit: c5d8c610ba34dfef72c2da73447b436ded5712cb
      https://github.com/Evolveum/midpoint/commit/c5d8c610ba34dfef72c2da73447b436ded5712cb
  Author: Kateryna Honchar <gonchar.kate at gmail.com>
  Date:   2023-06-12 (Mon, 12 Jun 2023)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/SecurityPolicyUtil.java
    M model/authentication-api/src/main/java/com/evolveum/midpoint/authentication/api/config/MidpointAuthentication.java
    M model/authentication-impl/src/main/java/com/evolveum/midpoint/authentication/impl/util/AuthSequenceUtil.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/MidpointFunctionsImpl.java
    M testing/rest/src/test/resources/authentication/repo/security-policy-default.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-disabled.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-enabled.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-issuer-uri.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri-wrong-alg.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-public-key-keystore.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-public-key-wrong-alg.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-public-key.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-unsuccessful.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-user-info-uri.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-wrong-attribute-name.xml
    M testing/rest/src/test/resources/repo/security-policy-no-history.xml
    M testing/rest/src/test/resources/repo/security-policy.xml

  Log Message:
  -----------
  Revert "AuthenticationSequenceModuleType.name usage is removed"

This reverts commit 375d6f9324aacb3598ddd5f05dad6b7d2cf1be94.


  Commit: 8531a781fc9033af5ce21ec4f903f2ce4a868a27
      https://github.com/Evolveum/midpoint/commit/8531a781fc9033af5ce21ec4f903f2ce4a868a27
  Author: Kateryna Honchar <gonchar.kate at gmail.com>
  Date:   2023-06-12 (Mon, 12 Jun 2023)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/common-security-3.xsd
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/MidpointFunctionsImpl.java

  Log Message:
  -----------
  Revert "schema cleanup: removed some earlier analyzed elements"

This reverts commit 27cc3ca3a547060f36c72cf832e4a58614c5daeb.


  Commit: 11796f7280ff5707f443bc962682a435892ff1e8
      https://github.com/Evolveum/midpoint/commit/11796f7280ff5707f443bc962682a435892ff1e8
  Author: Kateryna Honchar <gonchar.kate at gmail.com>
  Date:   2023-06-12 (Mon, 12 Jun 2023)

  Changed paths:
    M testing/rest/src/test/resources/authentication/repo/security-policy-default.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-disabled.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-enabled.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-issuer-uri.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri-wrong-alg.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-jws-uri.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-public-key-keystore.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-public-key-wrong-alg.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-public-key.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-unsuccessful.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-user-info-uri.xml
    M testing/rest/src/test/resources/authentication/repo/security-policy-wrong-attribute-name.xml
    M testing/rest/src/test/resources/repo/security-policy-no-history.xml
    M testing/rest/src/test/resources/repo/security-policy.xml

  Log Message:
  -----------
  one more name -> identifier change in diff xml


Compare: https://github.com/Evolveum/midpoint/compare/8c2466245dff...11796f7280ff


More information about the midPoint-svn mailing list