IBM IIB or IBM App Connect Enterprise has a feature to store user credentials such as username and password at the server level with the help of the following commands. mqsisetdbparms mqsivault We wanted to access values of Username and password store using these command in Java Compute node or ESQL node so that these value to programmatically call to REST web service using HTTPURLConnection object.
Please help me to find out how to access the username and password store in the server using any IIB provided node or in Java compute node or ESQL node.