Searched refs:AuthenticationManager (Results 1 – 2 of 2) sorted by relevance
17 import ch.ethz.ssh2.auth.AuthenticationManager;88 private AuthenticationManager am;184 am = new AuthenticationManager(tm); in authenticateWithDSA()265 am = new AuthenticationManager(tm); in authenticateWithKeyboardInteractive()311 am = new AuthenticationManager(tm); in authenticateWithPassword()362 am = new AuthenticationManager(tm); in authenticateWithNone()430 am = new AuthenticationManager(tm); in authenticateWithPublicKey()963 am = new AuthenticationManager(tm); in getRemainingAuthMethods()
41 public class AuthenticationManager implements MessageHandler class56 public AuthenticationManager(TransportManager tm) in AuthenticationManager() method in AuthenticationManager