On 21/02/2016 13:27, rohitiwari30oct wrote:
> Hi,
>
> I had developed a web portal for creating, uploading file/folders using
> Jackrabbit 2.8.1 and Jcr 2.0. I usually provide access for docs with LDAP
> authentication but in some cases I required a way to get public access url
> for some of our users. If any one can help it would be highly appreciable. 
>

I didn't really understand the use case "public access for some users".
By saying some users I imply that you want that URL to be, rather than
public, always secured and only a group of users has access to it.

In JR we have groups as well beside users. You'll have to deal with the
ACL of the specific node by providing either the list of users
explicitly or by providing a group under which the users are registered.

I think these two links could help you out

http://wiki.apache.org/jackrabbit/UserManagement
http://wiki.apache.org/jackrabbit/AccessControl

Cheers
Davide


Reply via email to