Uses of Interface
com.trilead.ssh2.InteractiveCallback
Packages that use InteractiveCallback
-
Uses of InteractiveCallback in com.trilead.ssh2
Methods in com.trilead.ssh2 with parameters of type InteractiveCallbackModifier and TypeMethodDescriptionbooleanConnection.authenticateWithKeyboardInteractive(String user, InteractiveCallback cb) A wrapper that callsauthenticateWithKeyboardInteractivewith* anullsubmethod list.booleanConnection.authenticateWithKeyboardInteractive(String user, 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 InteractiveCallbackModifier and TypeMethodDescriptionbooleanAuthenticationManager.authenticateInteractive(String user, String[] submethods, InteractiveCallback cb)