Uses of Interface
com.trilead.ssh2.InteractiveCallback
-
Packages that use InteractiveCallback Package Description com.trilead.ssh2 com.trilead.ssh2.auth -
-
Uses of InteractiveCallback in com.trilead.ssh2
Methods in com.trilead.ssh2 with parameters of type InteractiveCallback Modifier and Type Method Description boolean
Connection. authenticateWithKeyboardInteractive(java.lang.String user, InteractiveCallback cb)
A wrapper that callsauthenticateWithKeyboardInteractivewith
* anull
submethod list.boolean
Connection. authenticateWithKeyboardInteractive(java.lang.String user, java.lang.String[] submethods, InteractiveCallback cb)
After a successful connect, one has to authenticate oneself. -
Uses of InteractiveCallback in com.trilead.ssh2.auth
Methods in com.trilead.ssh2.auth with parameters of type InteractiveCallback Modifier and Type Method Description boolean
AuthenticationManager. authenticateInteractive(java.lang.String user, java.lang.String[] submethods, InteractiveCallback cb)
-