Home | History | Annotate | Download | only in net

Lines Matching defs:password

150          * User/Password authentication. Try, in that order :
152 * - the user.name & no password (backward compatibility behavior).
156 String password = null;
168 password = new String(pw.getPassword());
182 if (password != null) {
183 out.write(password.length());
185 out.write(password.getBytes("ISO-8859-1"));