Package com.codingchili.core.security
Class PasswordReader
java.lang.Object
com.codingchili.core.security.PasswordReader
Reads passwords.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
fromConsole(String prompt)
Reads a password input from the console.
-
Constructor Details
-
PasswordReader
public PasswordReader()
-
-
Method Details
-
fromConsole
Reads a password input from the console. Uses input masking if possible.- Parameters:
prompt
- the text to display when requesting for input.- Returns:
- the read line.
-