Can we determine if user has access to specified notes url?

Hi,

I have a notes url of the form notes://server:port/database.nsf/0/docunid?OpenDocument

I also have a set of credentials (user & password) with me. I have notes client installed on my machine.

can i now determine if i have read access to the the particular url?

thanks in advance for ur help.

-Priya

Subject: Can we determine if user has access to specified notes url?

You can check if the user is in the ACL or if default or anonymous has a level higher than no access.Or just go to the URL and see if you can login!

Subject: RE: Can we determine if user has access to specified notes url?

Sorry. My post was not very clear. What i wish to do is to find this out programatically from java.

Is there a API which will take url, the username and password and find out if the particular user has access to that url or not. Also, diiop is not enbaled on the servers. hence i can create a session in java only using the currently logged in user of notes client