Package java.net
Class PasswordAuthentication
- java.lang.Object
-
- java.net.PasswordAuthentication
-
public final class PasswordAuthentication extends Object
-
-
Constructor Summary
Constructors Constructor Description PasswordAuthentication(String var0, char[] var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char[]
getPassword()
String
getUserName()
-