Home | History | Annotate | Download | only in ssh2

Lines Matching refs:authenticateWithKeyboardInteractive

201 	 * A wrapper that calls {@link #authenticateWithKeyboardInteractive(String, String[], InteractiveCallback)
212 public synchronized boolean authenticateWithKeyboardInteractive(String user, InteractiveCallback cb)
215 return authenticateWithKeyboardInteractive(user, null, cb);
252 public synchronized boolean authenticateWithKeyboardInteractive(String user, String[] submethods,