It's all about the answers!

Ask a question

Java APIs for Managing Users in RTC


Mani Kandar (1622) | asked Jan 22 '10, 3:51 a.m.
We are planning to automate management of users in RTC, customised to our application.
So we are looking for Java APIs which we can use for managing users in RTC, like Creating a User, assigning Previleges etc..
I tried reading documentation on Extending RTC, but could not find any information on the Java APIs for User Management in RTC.
Do we have these APIs available? If so, can you point me to the link showing their documentation.
If we dont have Java APIs, is there any other way in which I can acheive this task?
Please suggest. Your advice can help us.
Thanks a lot in advance.

One answer



permanent link
Jared Burns (4.5k29) | answered Jan 27 '10, 8:15 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
On Fri, 22 Jan 2010 08:53:07 +0000, mnagamad wrote:

We are planning to automate management of users in RTC, customised to
our application.
So we are looking for Java APIs which we can use for managing users in
RTC, like Creating a User, assigning Previleges etc.. I tried reading
documentation on Extending RTC, but could not find any information on
the Java APIs for User Management in RTC. Do we have these APIs
available? If so, can you point me to the link showing their
documentation.
If we dont have Java APIs, is there any other way in which I can acheive
this task?
Please suggest. Your advice can help us. Thanks a lot in advance.

On the server, try IContributorService and ILicenseService.

On the client, try IContributorManager (TeamRepository#contributorManager
()) and ILicenseClient (TeamRepository#getClientLibrary(...)).

--
Jared Burns
Jazz Process Team

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.