I would like to restrict some functions in a user written server add-in for certain users or groups.
Question: Is it possible to get (via an API) the user name who is sending a "Tell" command from a remotely connected server console?
Example:
- Tell AddinName Command (issued remotely by Hotline User)
- Tell AddinName Command (issued remotely by Admin User)
The remote console (and therefore the "Tell" command) is available to both users, but a subset of commands should only be allowed to authorised users (e.g. Group in Server Document->Security).
- Is the user name (entering the "Tell" command) available (e.g. in the MessageQueue)?
- I know that internally in Domino there are already some restriction possible to commands issued at the console.
- The session.getCommonUserName() always returns the server name (since the add-in runs in context of the server).
Thanks for any pointer or ideas.
Andy