Trilead SSH-2 for Java

Uses of Interface
com.trilead.ssh2.InteractiveCallback

Uses of InteractiveCallback in com.trilead.ssh2
 

Methods in com.trilead.ssh2 with parameters of type InteractiveCallback
 boolean Connection.authenticateWithKeyboardInteractive(java.lang.String user, InteractiveCallback cb)
          A wrapper that calls authenticateWithKeyboardInteractivewith a null submethod list.
 boolean Connection.authenticateWithKeyboardInteractive(java.lang.String user, java.lang.String[] submethods, InteractiveCallback cb)
          After a successful connect, one has to authenticate oneself.
 


Trilead SSH-2 for Java