Uses of Interface
org.apache.sshd.server.auth.keyboard.KeyboardInteractiveAuthenticator
-
Packages that use KeyboardInteractiveAuthenticator Package Description org.apache.sshd.server org.apache.sshd.server.auth.keyboard org.apache.sshd.server.session -
-
Uses of KeyboardInteractiveAuthenticator in org.apache.sshd.server
Fields in org.apache.sshd.server declared as KeyboardInteractiveAuthenticator Modifier and Type Field Description static KeyboardInteractiveAuthenticator
ServerBuilder. DEFAULT_INTERACTIVE_AUTHENTICATOR
protected KeyboardInteractiveAuthenticator
ServerBuilder. interactiveAuthenticator
Methods in org.apache.sshd.server that return KeyboardInteractiveAuthenticator Modifier and Type Method Description KeyboardInteractiveAuthenticator
ServerAuthenticationManager. getKeyboardInteractiveAuthenticator()
Retrieve theKeyboardInteractiveAuthenticator
to be used by the SSH server.KeyboardInteractiveAuthenticator
SshServer. getKeyboardInteractiveAuthenticator()
Methods in org.apache.sshd.server with parameters of type KeyboardInteractiveAuthenticator Modifier and Type Method Description ServerBuilder
ServerBuilder. interactiveAuthenticator(KeyboardInteractiveAuthenticator auth)
void
ServerAuthenticationManager. setKeyboardInteractiveAuthenticator(KeyboardInteractiveAuthenticator interactiveAuthenticator)
void
SshServer. setKeyboardInteractiveAuthenticator(KeyboardInteractiveAuthenticator interactiveAuthenticator)
-
Uses of KeyboardInteractiveAuthenticator in org.apache.sshd.server.auth.keyboard
Classes in org.apache.sshd.server.auth.keyboard that implement KeyboardInteractiveAuthenticator Modifier and Type Class Description class
DefaultKeyboardInteractiveAuthenticator
Provides a default implementation forKeyboardInteractiveAuthenticator
where it prompts for the password.Fields in org.apache.sshd.server.auth.keyboard declared as KeyboardInteractiveAuthenticator Modifier and Type Field Description static KeyboardInteractiveAuthenticator
KeyboardInteractiveAuthenticator. NONE
An authenticator that rejects any attempt to use itMethods in org.apache.sshd.server.auth.keyboard with parameters of type KeyboardInteractiveAuthenticator Modifier and Type Method Description protected Boolean
UserAuthKeyboardInteractive. doInitialAuth(ServerSession session, String username, KeyboardInteractiveAuthenticator auth, Buffer buffer)
protected Boolean
UserAuthKeyboardInteractive. doValidateAuthResponse(ServerSession session, String username, KeyboardInteractiveAuthenticator auth, Buffer buffer)
-
Uses of KeyboardInteractiveAuthenticator in org.apache.sshd.server.session
Methods in org.apache.sshd.server.session that return KeyboardInteractiveAuthenticator Modifier and Type Method Description KeyboardInteractiveAuthenticator
AbstractServerSession. getKeyboardInteractiveAuthenticator()
Methods in org.apache.sshd.server.session with parameters of type KeyboardInteractiveAuthenticator Modifier and Type Method Description void
AbstractServerSession. setKeyboardInteractiveAuthenticator(KeyboardInteractiveAuthenticator interactiveAuthenticator)
-