Uses of Interface
org.apache.sshd.client.auth.keyboard.UserInteraction
Packages that use UserInteraction
Package
Description
-
Uses of UserInteraction in org.apache.sshd.client
Fields in org.apache.sshd.client declared as UserInteractionMethods in org.apache.sshd.client that return UserInteractionModifier and TypeMethodDescriptionClientAuthenticationManager.getUserInteraction()
SshClient.getUserInteraction()
Methods in org.apache.sshd.client with parameters of type UserInteractionModifier and TypeMethodDescriptionvoid
ClientAuthenticationManager.setUserInteraction
(UserInteraction userInteraction) void
SshClient.setUserInteraction
(UserInteraction userInteraction) -
Uses of UserInteraction in org.apache.sshd.client.auth.keyboard
Fields in org.apache.sshd.client.auth.keyboard declared as UserInteractionModifier and TypeFieldDescriptionstatic final UserInteraction
UserInteraction.NONE
A useful "placeholder" that indicates that no interaction is expected. -
Uses of UserInteraction in org.apache.sshd.client.session
Fields in org.apache.sshd.client.session declared as UserInteractionMethods in org.apache.sshd.client.session that return UserInteractionMethods in org.apache.sshd.client.session with parameters of type UserInteractionModifier and TypeMethodDescriptionvoid
AbstractClientSession.setUserInteraction
(UserInteraction userInteraction)