how to set userid in com.ibm.team.process.internal.rcp.ui.RepositoryLoginDialog ??
One answer
I don't think you can do that, and I am not sure why you want to. If you want to access the team repository from within Eclipse, there are better ways to do that, once the user has logged in or to log into it in automation.
Start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ and read this and the related links carefully.
One important link is Understanding and Using the RTC Java Client API . This explains how to log into the team repository, or how to get the connection if the code runs in a RTC Eclipse client that is logged in.
Start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ and read this and the related links carefully.
One important link is Understanding and Using the RTC Java Client API . This explains how to log into the team repository, or how to get the connection if the code runs in a RTC Eclipse client that is logged in.