Verifying document access for a user

I am writing a java code to talk to domino server from a non-domino remote server. I would have a user name and a document, and i need to verify whether that user is in the reader’s list of the document. I could not find any API for this. I have a document in terms of a url.any help highly appreciated.

Subject: IDEA: verifying document access for a user

  • Write a servlet for Domino that checks the user for access to the document. Use SSL if you’re worried about security, and Java 2’s built-in PKI if you’re really paranoid. (grin) Have your remote server ping that Domino servlet to see if the user has the access they need.- Hope this helps…

Subject: RE: IDEA: verifying document access for a user

Thanks david, I appreciate your reply.Could you please explain a bit detail. Basically I am in oracle environment, not much of notes exposure. All I will be having is a user name and a web-url to a document in notes. can a servlet that you are talking about accept that in a real time and get a validity of that user? And how would a response be of the ping?

can you please explain.

Thanks