Searched refs:echoOn (Results 1 – 1 of 1) sorted by relevance
48 private boolean echoOn; field in PasswordCallback70 public PasswordCallback(String prompt, boolean echoOn) { in PasswordCallback() argument75 this.echoOn = echoOn; in PasswordCallback()99 return echoOn; in isEchoOn()