cancel
Showing results for 
Search instead for 
Did you mean: 

Get user id existed both in UME as well as in LDAP server through webDynpro app

0 Kudos

Hi Experts ,

  

i have tried some codes to get user id existed both in UME as well as in LDAP server  through webDynpro app. but i am getting no user id existed when i search the user id in my web dynpro application .

pls. find the code below..

IUserAccount userAcct = UMFactory.getUserAccountFactory().getUserAccountByLogonId(token);

 

  IUserAccount mutUserAcct = UMFactory.getUserAccountFactory().getMutableUserAccount(userAcct.getUniqueID());

  String  attr  = mutUserAcct.getUniqueID();

if (attr.contains("UACC.PRIVATE_DATASOURCE")  || (attr.contains("ADS")) )

please help me in that as soon as possible.

Thanks.

Anmol Gupta

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Dear Experts ,

Please provide me the solution.

Former Member