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 TypeMethodDescriptionvoidClientAuthenticationManager.setUserInteraction(UserInteraction userInteraction) voidSshClient.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 UserInteractionUserInteraction.NONEA 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 TypeMethodDescriptionvoidAbstractClientSession.setUserInteraction(UserInteraction userInteraction)