Getting the UserUID or UserName

Hi,

Can I get the UserUID or User Name of the currently logged user?

Actually, I need to know that, throughout running of the application, I need to get the UserUID or User Name of the currently logged in User. So, Servoy maintain or holds it for us(if yes, How can I get the same?) or I have to do manually for the above?

Thanks

Ahh, Got that…

security.getUserName(security.getUserUID());

Great… :wink:

Thanks