OAK-12190 Add createUserWithAbsolutePath and createGroupWithAbsolutePath to UserManager API (#2910)#2911
Conversation
…ath to UserManager API (#2910) * Added UserManager API to create users and groups with oak path * Added UserManagerDelegator implementation for createUser/GroupWithAbsolutePath Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * OAK-12190: Use JCR path in createUser/GroupWithAbsolutePath API, provide default implementations, and convert to Oak path in UserManagerImpl * OAK-12190: Extract getOakPath helper and remove duplication in createUser/GroupWithAbsolutePath * Fix on node name * OAK-12190: Create authorizable at exact absolute path; extract buildUser/buildGroup helpers; add unit tests * Fixes from Angela * updated Exception message * Fixes on analyse-pr report * OAK-12190: Add remapping tests for createUser/GroupWithAbsolutePath Verify that absolute JCR paths supplied to the two new methods are properly converted from the session-local namespace mapping to the internal Oak path representation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Ai-Assisted-By: claude --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: angela <anchela@adobe.com>
Contributor
Author
|
@reschke , is there anything else i need to do to trigger the sonar analysis? |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



contribution by @nscendoni !
Added UserManager API to create users and groups with oak path
Added UserManagerDelegator implementation for createUser/GroupWithAbsolutePath
OAK-12190: Use JCR path in createUser/GroupWithAbsolutePath API, provide default implementations, and convert to Oak path in UserManagerImpl
OAK-12190: Extract getOakPath helper and remove duplication in createUser/GroupWithAbsolutePath
Fix on node name
OAK-12190: Create authorizable at exact absolute path; extract buildUser/buildGroup helpers; add unit tests
Fixes from Angela
updated Exception message
Fixes on analyse-pr report
OAK-12190: Add remapping tests for createUser/GroupWithAbsolutePath
Verify that absolute JCR paths supplied to the two new methods are properly converted from the session-local namespace mapping to the internal Oak path representation.
Ai-Assisted-By: claude