Class DefaultKeyboardInteractiveAuthenticator

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
All Implemented Interfaces:
KeyboardInteractiveAuthenticator

public class DefaultKeyboardInteractiveAuthenticator extends AbstractLoggingBean implements KeyboardInteractiveAuthenticator
Provides a default implementation for KeyboardInteractiveAuthenticator where it prompts for the password.
Author:
Apache MINA SSHD Project