AppDevPack 1.0.8 - Does Java Support Act-As-User or only Nodejs?

AppDevPack 1.0.8 - Does Java Support Act-As-User or only Nodejs?

is there any tutorial or instructions?

There is only NODEJS mentioned on the documentation.

Yes it does, for most if not all apis. Sometimes node apis get fully featured before java, but as of 1.0.9 i think we have equal parity.

There are javadocs available shipped in the appdev pack that may provide better understanding of the apis.

Our java apis can take arguments that extend our OptionalArgument interface. One of these OptionalArguments is a user's Accesstoken. The javadocs should state which apis accept which optional arguments. If you find that is not the case, please report this to support and we will make sure to fix it in an upcoming release.

Dan, thank you for your response.

Do you know if there is any examples or tutorials on how to use.

In the case of Node, there are examples on HCL documentation, but there is not showing how to use in Java.

I the case of Node, there is a specific section for security:

domino-db Security

This page describes security features of domino-db.

yes you can find an example here: https://doc.cwpcollaboration.com/appdevpack/docs/en/1.0.8/optional-arguments.html#optionalaccesstoken

I have noted that most of the "see here" links for access token do indeed take you to the node pages. I will create a work item to update this.