Click to See Complete Forum and Search --> : Windows User Login Name


agir
November 20th, 2001, 03:08 PM
I'm doing a web application whitch uses a webservise that i have made, and i neet to get the windows user login from the client ... Can anyone help, please?

shankar
November 27th, 2001, 10:40 AM
Use the principal Object.

Get the currentprincipal from the Thread object. The principal object has the details about the user who is logged in and executing the process.
Shankar

Alfred Seetoh
March 7th, 2002, 09:31 PM
Will you in any case have the Java code that'll get the current user id?