Home
last modified time | relevance | path

Searched refs:isAuthMethodAvailable (Results 1 – 3 of 3) sorted by relevance

/external/ganymed-ssh2/examples/
DSwingShell.java558 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()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DConnection.java1016 public synchronized boolean isAuthMethodAvailable(String user, String method) throws IOException in isAuthMethodAvailable() method in Connection
/external/ganymed-ssh2/
DHISTORY.txt325 New functionality: getRemainingAuthMethods(), isAuthMethodAvailable(),
329 (instead of returning "false"). Use isAuthMethodAvailable() if you want to check