Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Method to check the valid user for the project area

 

Hello all,

We have developed one tool which uses RTC plugins.

Is there any API method i can check whether the user has valid authentication to login into the RTC server by server name, username, password and project area.

Currently i have to retrieve all users from the project area by passing server name and project area then loop through each user and checking whether the user is valid to login into the project area. It's taking more time to login into the my tool.

Thanks.

0 votes


Accepted answer

Permanent link
You could use IProcessArea.hasMember instead of looping yourself.
boolean hasMember(IContributorHandle contributorHandle)
a team area (ITeamArea) is a ProcessArea (IProcessArea) so that method will work there too. 


Saran R selected this answer as the correct answer

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,937

Question asked: Mar 17 '16, 9:56 a.m.

Question was seen: 2,221 times

Last updated: Mar 17 '16, 10:21 a.m.

Confirmation Cancel Confirm