You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/05/16 10:57:17 UTC

[jackrabbit-oak] branch OAK-10244 updated (c8d0b0a5cb -> e99ac5d25c)

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a change to branch OAK-10244
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


    from c8d0b0a5cb Merge branch 'trunk' into OAK-10244
     add fc3994ec17 OAK-10173 : Allow configured principals to impersonate any user
     add e99ac5d25c Merge branch 'trunk' into OAK-10244

No new revisions were added by this update.

Summary of changes:
 .../oak/security/user/ImpersonationImpl.java       | 43 +++++++---
 .../oak/security/user/UserConfigurationImpl.java   |  8 ++
 .../apache/jackrabbit/oak/security/user/Utils.java | 80 ++++++++++++++++-
 .../oak/security/user/ImpersonationImplTest.java   | 31 +++++++
 .../oak/security/user/ImpersonationTestUtil.java   | 99 ++++++++++++++++++++++
 .../jackrabbit/oak/security/user/UtilsTest.java    | 72 ++++++++++++++++
 .../org.mockito.plugins.MockMaker                  |  0
 .../oak/spi/security/user/UserConstants.java       |  8 +-
 .../oak/spi/security/user/package-info.java        |  2 +-
 9 files changed, 326 insertions(+), 17 deletions(-)
 create mode 100644 oak-core/src/test/java/org/apache/jackrabbit/oak/security/user/ImpersonationTestUtil.java
 copy {oak-store-document => oak-core}/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker (100%)