Skip to Content
0
Jan 19, 2012 at 03:32 PM

Retrieve user information in NWDS 7.3

39 Views

Hi,

I want to retrieve user information from UME.

In previous versions of NWDS I used the following code to accomplish this :

 IUser user = UMFactory.getUserFactory().getUser(request.getUser().getUniqueID()); 

How can I achieve this in NWDS 7.3 because it seems these classes have been removed? Using the L-SHAPE API is no option.

Any ideas?

Regards,

Jonas