how i can add a facility to my repository that would enable adding new users and thus storing them -You have to implement your own UserManager, which probably creates user in your database.
and further some one who created those users can authenticate themselves for viewing/reading/writing the repository as per the privileges. -Not sure, looks like you have to implement SecurityManager. Look into the DefaultSecurityManager, you ll get the answer. simer anand wrote: > > Hello Users, > > I have gone through the threads in Nabble's Jackrabbit > forum but didn't got my answer. > > What i' m doing is i recently made jackrabbit > repository authenticate using Jaas Authentication and which now prevent > anonymous access and then after searching and googling through the > Nabble's Jackrabbit forum i need to ask you how i can add a facility to my > repository that would enable adding new users and thus storing them and > further some one who created those users can authenticate themselves for > viewing/reading/writing the repository as per the privileges. > > > Thank you in advance for any following mesage. > simer > -- View this message in context: http://www.nabble.com/how-can-i-add-new-users-and-store-them-in-repository-tp25430694p25432174.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
