Package org.apache.maven.wagon.providers.ssh.interactive

Interface Summary
InteractiveUserInfo Interactive part for UserInfo
 

Class Summary
ConsoleInteractiveUserInfo Shows messages to System.out, and ask replies using an InputHandler
NullInteractiveUserInfo Dummy Implementation for InteractiveUserInfo, nice for non-Interactive environments
PrompterUIKeyboardInteractive UIKeyboardInteractive that use pluxus-prompter

UIKeyboardInteractive are usefull when you don't use user with password authentication with a server that use keyboard-interactive and doesn't allow password method PasswordAuthentication no.

TraditionalUIKeyboardInteractive A conservative UIKeyboardInteractive that avoids real user interaction :).
UserInfoUIKeyboardInteractiveProxy A proxy that let you merge a UserInfo and a UIKeyboardInteractive