You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Jack <fu...@gopha.com.cn> on 2009/02/03 02:57:56 UTC

About sling user management

Hey guys,

I want to manage the users in the sling in a restful way.

Such as,

A request like this -> Post :  { 'password' : 'pass', 'groups' :  
['administrators', 'manager']} to the url like this /system/security/ 
users/jack

will create a new user name jack(XML or request parameter can do the  
same, of course). At the same time, the security can't be ignored too,  
only the authorized user can do this request successfully.

Is there a smooth way to implement this in sling?

Thanks.

-----
Jack