| Package | Description |
|---|---|
| com.trilead.ssh2 | |
| com.trilead.ssh2.auth |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Connection.authenticateWithKeyboardInteractive(String user,
InteractiveCallback cb)
A wrapper that calls
authenticateWithKeyboardInteractivewith a null submethod
list. |
boolean |
Connection.authenticateWithKeyboardInteractive(String user,
String[] submethods,
InteractiveCallback cb)
After a successful connect, one has to authenticate oneself.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthenticationManager.authenticateInteractive(String user,
String[] submethods,
InteractiveCallback cb) |
Copyright © 2013. All Rights Reserved.