Hi,
I have written a java class where i login to a domino server using administrator credentials and create a session.
Now, i have a document url with me and the username and password of some user ‘x’.
I would like to find out if user ‘x’ has read access to the given document url. I have an API to find if given user ‘x’ has read permission over a database or not but i am unable to find one for document.
Is there any Java API to do so?
Any help will be greatly appreciated.
Kind Regards,
Priya