Skip to Content
0
Former Member
Apr 04, 2006 at 06:04 AM

Client User ID Name

29 Views

Hello together,

To log in into the Portal I have a Password and a ID-Name:

how can I get this ID-Name?

I only know this code, but there is no method to get the ID-Name:

IWDClientUser user = WDClientUser.getCurrentUser();

String i = user.getLastName();