Searched refs:authenticateWithPassword (Results 1 – 7 of 7) sorted by relevance
38 boolean isAuthenticated = conn.authenticateWithPassword(username, password); in main()
34 boolean isAuthenticated = conn.authenticateWithPassword(username, password); in main()
49 boolean isAuthenticated = conn.authenticateWithPassword(username, password); in main()
45 boolean isAuthenticated = conn.authenticateWithPassword(username, password); in main()
32 boolean isAuthenticated = conn.authenticateWithPassword(username, password); in main()
642 boolean res = conn.authenticateWithPassword(username, esd.answer); in run()
302 …public synchronized boolean authenticateWithPassword(String user, String password) throws IOExcept… in authenticateWithPassword() method in Connection