It's all about the answers!

Ask a question

RTC API login persist similar to SCM without password details (using plain java libraries)


Jim Zarakis (1023) | asked May 21 '15, 11:54 p.m.
What is the recommended approach to handling login details for RTC plain java API application to the repository without exposing password details for that account?

E.g. If the API had a mechanism to store connection securely for reuse. Something similar to a connection / credentials object possible in SCM command line that persists OR possibly use the one created by the RTC eclipse client itself.




Accepted answer


permanent link
Shashikant Padur (4.2k27) | answered May 25 '15, 6:56 a.m.
JAZZ DEVELOPER
It is not possible to reuse the connections made by the RTC Eclipse client or the SCM command line client.
Your application must encrypt and store the user/password/repository uri in a secure location. Every time you launch  your java application the data is read from the secure location, decrypted and is used to login to RTC.
Jim Zarakis selected this answer as the correct answer

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.