| java.lang.Object org.quickserver.util.io.PasswordField
PasswordField | public class PasswordField (Code) | | This class prompts the user for a password and attempts to mask
input.
since: 1.4 |
Method Summary | |
final public static char[] | getPassword(String prompt) Parameters: prompt - The prompt to display to the user. | final public static char[] | getPassword(InputStream in, String prompt) Parameters: in - input stream to be used (e.g. |
getPassword | final public static char[] getPassword(String prompt) throws IOException(Code) | | Parameters: prompt - The prompt to display to the user. The password as entered by the user. |
getPassword | final public static char[] getPassword(InputStream in, String prompt) throws IOException(Code) | | Parameters: in - input stream to be used (e.g. System.in) Parameters: prompt - The prompt to display to the user. The password as entered by the user. |
|
|