Hi,
I am trying to use the following code to capture portal user id nad pswd in web dynpro
IWDClientUser user = WDClientUser.getCurrentUser();
IUser iuser = user.getSAPUser();
String name = iuser.getUniqueID();
I have included com.saop.security.api.jar for the same. However, wen i activate my web dynpro appln (DC) i get error.
>>Can't recognise symbol IUser
Can anyone tell me what is it that I am missing??