[ 
https://issues.apache.org/jira/browse/SLING-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677319#action_12677319
 ] 

Alexander Klimetschek commented on SLING-875:
---------------------------------------------

> These custom SlingPostOperations are provided:
> 1. createUser
> 2. createGroup
> 3. changePassword
> 4. updateAuthorizable
> 5. deleteAuthorizable 

Is it really required to include this in the default sling post servlet?  This 
is not very restful (custom operations) and it overloads the slingpostservlet 
with too many options. I would rather use resource types for that (user and 
group) or at least a separate servlet.

> New Bundle for a ResourceProvider and Sling Post Operations for interacting 
> with the jackrabbit UserManager
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: SLING-875
>                 URL: https://issues.apache.org/jira/browse/SLING-875
>             Project: Sling
>          Issue Type: New Feature
>          Components: Servlets Post
>            Reporter: Eric Norman
>            Assignee: Felix Meschberger
>         Attachments: org.apache.sling.jackrabbit.usermanager.zip, 
> samples.html.esp, usermanager_integrationtests.zip
>
>
> This is a new bundle that provides a custom ResourceProvider and 
> SlingPostOperations for interacting with the Jackrabbit UserManager.
> The ResourceProvider exposes users at this path 
> /system/userManager/user/[userName] and groups at this path 
> /system/userManager/group/[groupName]
> In order for the custom SlingPostOperations to work, the patch for SLING-651 
> must be applied first.
> These custom SlingPostOperations are provided:
> 1. createUser
> 2. createGroup
> 3. changePassword
> 4. updateAuthorizable
> 5. deleteAuthorizable
> Sample usage of the operations is in the samples.html.esp attachment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to