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 KeyboardInteractiveAuthenticatorServerBuilder. DEFAULT_INTERACTIVE_AUTHENTICATORprotected KeyboardInteractiveAuthenticatorServerBuilder. interactiveAuthenticatorMethods in org.apache.sshd.server that return KeyboardInteractiveAuthenticator Modifier and Type Method Description KeyboardInteractiveAuthenticatorServerAuthenticationManager. getKeyboardInteractiveAuthenticator()Retrieve theKeyboardInteractiveAuthenticatorto be used by the SSH server.KeyboardInteractiveAuthenticatorSshServer. getKeyboardInteractiveAuthenticator()Methods in org.apache.sshd.server with parameters of type KeyboardInteractiveAuthenticator Modifier and Type Method Description ServerBuilderServerBuilder. 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 KeyboardInteractiveAuthenticator Modifier and Type Class Description classDefaultKeyboardInteractiveAuthenticatorProvides a default implementation forKeyboardInteractiveAuthenticatorwhere it prompts for the password.Fields in org.apache.sshd.server.auth.keyboard declared as KeyboardInteractiveAuthenticator Modifier and Type Field Description static KeyboardInteractiveAuthenticatorKeyboardInteractiveAuthenticator. NONEAn 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 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
Methods in org.apache.sshd.server.session that return KeyboardInteractiveAuthenticator Modifier and Type Method Description KeyboardInteractiveAuthenticatorAbstractServerSession. getKeyboardInteractiveAuthenticator()Methods in org.apache.sshd.server.session with parameters of type KeyboardInteractiveAuthenticator Modifier and Type Method Description voidAbstractServerSession. setKeyboardInteractiveAuthenticator(KeyboardInteractiveAuthenticator interactiveAuthenticator)
-