Guest_imported
New member
- Jan 1, 1970
- 0
hi,
I want, that my application java , show me the login and the password of a current session.
I know that to get the login, I just use the methode:
System.getProperty("user.name"
;
but what about the password.
what's the methode that give me the password of my current session?
I want, that my application java , show me the login and the password of a current session.
I know that to get the login, I just use the methode:
System.getProperty("user.name"
but what about the password.
what's the methode that give me the password of my current session?