Retrieving desktop credentials from java

Hi, I want to know how to retrieve the desktop credentials from a java program. Is it possible to retrieve the userid and password that the user used to login into the network.
[190 byte] By [phani_virinchia] at [2007-10-2 23:32:43]
# 1
The userid you want is probably available using java.lang.System.getProperty("user.name")I don't believe you'll be able to access the password using Java.
ChuckBinga at 2007-7-14 16:14:01 > top of Java-index,Desktop,Developing for the Desktop...