|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InteractiveCallback in ch.ethz.ssh2 |
Methods in ch.ethz.ssh2 with parameters of type InteractiveCallback | |
boolean |
Connection.authenticateWithKeyboardInteractive(java.lang.String user,
InteractiveCallback cb)
A wrapper that calls authenticateWithKeyboardInteractive()
with 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |