Java APIs for Managing Users in RTC
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
Jared Burns (4.5k●2●9)
| 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 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
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.