Uses of Interface
org.apache.sshd.server.auth.keyboard.KeyboardInteractiveAuthenticator
Packages that use KeyboardInteractiveAuthenticator
Package
Description
-
Uses of KeyboardInteractiveAuthenticator in org.apache.sshd.server
Fields in org.apache.sshd.server declared as KeyboardInteractiveAuthenticatorModifier and TypeFieldDescriptionstatic final KeyboardInteractiveAuthenticator
ServerBuilder.DEFAULT_INTERACTIVE_AUTHENTICATOR
protected KeyboardInteractiveAuthenticator
ServerBuilder.interactiveAuthenticator
private KeyboardInteractiveAuthenticator
SshServer.interactiveAuthenticator
Methods in org.apache.sshd.server that return KeyboardInteractiveAuthenticatorModifier and TypeMethodDescriptionServerAuthenticationManager.getKeyboardInteractiveAuthenticator()
Retrieve theKeyboardInteractiveAuthenticator
to be used by the SSH server.SshServer.getKeyboardInteractiveAuthenticator()
Methods in org.apache.sshd.server with parameters of type KeyboardInteractiveAuthenticatorModifier and TypeMethodDescriptionServerBuilder.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 KeyboardInteractiveAuthenticatorModifier and TypeClassDescriptionclass
Provides a default implementation forKeyboardInteractiveAuthenticator
where it prompts for the password.Fields in org.apache.sshd.server.auth.keyboard declared as KeyboardInteractiveAuthenticatorModifier and TypeFieldDescriptionstatic final KeyboardInteractiveAuthenticator
KeyboardInteractiveAuthenticator.NONE
An authenticator that rejects any attempt to use itMethods in org.apache.sshd.server.auth.keyboard with parameters of type KeyboardInteractiveAuthenticatorModifier and TypeMethodDescriptionprotected 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
Fields in org.apache.sshd.server.session declared as KeyboardInteractiveAuthenticatorModifier and TypeFieldDescriptionprivate KeyboardInteractiveAuthenticator
AbstractServerSession.interactiveAuthenticator
Methods in org.apache.sshd.server.session that return KeyboardInteractiveAuthenticatorMethods in org.apache.sshd.server.session with parameters of type KeyboardInteractiveAuthenticatorModifier and TypeMethodDescriptionvoid
AbstractServerSession.setKeyboardInteractiveAuthenticator
(KeyboardInteractiveAuthenticator interactiveAuthenticator)