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

Determine if a ldap user is a member of a jazz group through Java API call to Jazz ldap server?

Anyone has some code samples or references for determining if a ldap user is a member of a jazz group through Java API call to Jazz ldap server? Thanks

0 votes



One answer

Permanent link
If you want to call the JTS in the Plain Java Client Libraries, you can use

String[] groups = teamRepository.externalUserRegistryManager().fetchGroupsForUser(userID, monitor);

This call only receives the information JTS has about the repository groups the user has associated. The call is JTS/RTC Plain Java Client Library related and does not itself query the LDAP system.

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,950
× 7,505

Question asked: Feb 16 '15, 2:05 p.m.

Question was seen: 2,854 times

Last updated: Feb 19 '15, 5:44 a.m.

Confirmation Cancel Confirm