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.
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
On Fri, 22 Jan 2010 08:53:07 +0000, mnagamad wrote:
On the server, try IContributorService and ILicenseService.
On the client, try IContributorManager (TeamRepository#contributorManager
()) and ILicenseClient (TeamRepository#getClientLibrary(...)).
--
Jared Burns
Jazz Process Team
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