Package | Description |
---|---|
com.trilead.ssh2 | |
com.trilead.ssh2.auth |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AuthenticationManager.authenticateInteractive(java.lang.String user,
java.lang.String[] submethods,
InteractiveCallback cb) |