Good Day,

I have a web application deployed on Linux server, and I need to get logged in user (current windows user).
I used System.getProperty("user.name") but it gets the os user name for the...