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 KeyboardInteractiveAuthenticatorServerBuilder.DEFAULT_INTERACTIVE_AUTHENTICATORprotected KeyboardInteractiveAuthenticatorServerBuilder.interactiveAuthenticatorprivate KeyboardInteractiveAuthenticatorSshServer.interactiveAuthenticatorMethods in org.apache.sshd.server that return KeyboardInteractiveAuthenticatorModifier and TypeMethodDescriptionServerAuthenticationManager.getKeyboardInteractiveAuthenticator()Retrieve theKeyboardInteractiveAuthenticatorto be used by the SSH server.SshServer.getKeyboardInteractiveAuthenticator()Methods in org.apache.sshd.server with parameters of type KeyboardInteractiveAuthenticatorModifier and TypeMethodDescriptionServerBuilder.interactiveAuthenticator(KeyboardInteractiveAuthenticator auth) voidServerAuthenticationManager.setKeyboardInteractiveAuthenticator(KeyboardInteractiveAuthenticator interactiveAuthenticator) voidSshServer.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 TypeClassDescriptionclassProvides a default implementation forKeyboardInteractiveAuthenticatorwhere it prompts for the password.Fields in org.apache.sshd.server.auth.keyboard declared as KeyboardInteractiveAuthenticatorModifier and TypeFieldDescriptionstatic final KeyboardInteractiveAuthenticatorKeyboardInteractiveAuthenticator.NONEAn authenticator that rejects any attempt to use itMethods in org.apache.sshd.server.auth.keyboard with parameters of type KeyboardInteractiveAuthenticatorModifier and TypeMethodDescriptionprotected BooleanUserAuthKeyboardInteractive.doInitialAuth(ServerSession session, String username, KeyboardInteractiveAuthenticator auth, Buffer buffer) protected BooleanUserAuthKeyboardInteractive.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 KeyboardInteractiveAuthenticatorAbstractServerSession.interactiveAuthenticatorMethods in org.apache.sshd.server.session that return KeyboardInteractiveAuthenticatorMethods in org.apache.sshd.server.session with parameters of type KeyboardInteractiveAuthenticatorModifier and TypeMethodDescriptionvoidAbstractServerSession.setKeyboardInteractiveAuthenticator(KeyboardInteractiveAuthenticator interactiveAuthenticator)