JDK-4105487 : java.io classes need a way to hide console input (EG: passwd) like setEchoChar()
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 1.1.5
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 1998-01-21
  • Updated: 1998-01-21
  • Resolved: 1998-01-21
Related Reports
Duplicate :  
Description

Name: tb29552			Date: 01/21/98


When getting input from the console through the java.io classes there is no possibility
to hide the input characters like in the java.awt.TextField component with setEchoChar.

This is currently the only reason that prevents our project from beeing "Pure Java"
because for the console applications we need a native library to hide the input of
the database password.
(Review ID: 23478)
======================================================================

Comments
WORK AROUND Name: tb29552 Date: 01/21/98 NONE ======================================================================
11-06-2004