この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi,
We have a requirement that, We need to create around 200 users with different DAM folder permissions. Is there any way we can create these users and rep:policies via java program rather than useradmin.
The problem with useradmin approach is in our case, One folder will have around 100 sub level folders and we need to create each user with each sublevel folder. In this scenario, When i select parent folder it automatically selects the sublevel folders(around 100) and deselecting the other 99 folders for one user is very tough.Our Client also not happy with this approach.
So is there any other way we can achieve this scenario or is there any way i can implement a script with some api to create these users which will include these permissions as well.
Thanks,
Manikanta.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
You will need to use API of package javax.jcr.security to read and modify ACL's programmatically. Refer to following link for so - http://www.day.com/specs/jcr/2.0/16_Access_Control_Management.html
Hope it helps.
- Runal
表示
返信
いいね!の合計
You will need to use API of package javax.jcr.security to read and modify ACL's programmatically. Refer to following link for so - http://www.day.com/specs/jcr/2.0/16_Access_Control_Management.html
Hope it helps.
- Runal
表示
返信
いいね!の合計
Hope this helps you
http://www.wemblog.com/2012/03/how-to-do-user-management-using-post.html
表示
返信
いいね!の合計