Searched refs:isAuthMethodAvailable (Results 1 – 3 of 3) sorted by relevance
558 if ((enableDSA || enableRSA) && conn.isAuthMethodAvailable(username, "publickey")) in run()603 if (enableKeyboardInteractive && conn.isAuthMethodAvailable(username, "keyboard-interactive")) in run()631 if (conn.isAuthMethodAvailable(username, "password")) in run()
1016 public synchronized boolean isAuthMethodAvailable(String user, String method) throws IOException in isAuthMethodAvailable() method in Connection
325 New functionality: getRemainingAuthMethods(), isAuthMethodAvailable(),329 (instead of returning "false"). Use isAuthMethodAvailable() if you want to check