Uses of Interface
org.apache.sshd.client.auth.keyboard.UserInteraction
-
Packages that use UserInteraction Package Description org.apache.sshd.client org.apache.sshd.client.auth.keyboard org.apache.sshd.client.session -
-
Uses of UserInteraction in org.apache.sshd.client
Methods in org.apache.sshd.client that return UserInteraction Modifier and Type Method Description UserInteractionClientAuthenticationManager. getUserInteraction()UserInteractionSshClient. getUserInteraction()Methods in org.apache.sshd.client with parameters of type UserInteraction Modifier and Type Method Description voidClientAuthenticationManager. 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 UserInteraction Modifier and Type Field Description static UserInteractionUserInteraction. NONEA useful "placeholder" that indicates that no interaction is expected. -
Uses of UserInteraction in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return UserInteraction Modifier and Type Method Description UserInteractionAbstractClientSession. getUserInteraction()Methods in org.apache.sshd.client.session with parameters of type UserInteraction Modifier and Type Method Description voidAbstractClientSession. setUserInteraction(UserInteraction userInteraction)
-