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
Fields in org.apache.sshd.client declared as UserInteraction Modifier and Type Field Description protected UserInteraction
SshClient. userInteraction
Methods in org.apache.sshd.client that return UserInteraction Modifier and Type Method Description UserInteraction
ClientAuthenticationManager. getUserInteraction()
UserInteraction
SshClient. getUserInteraction()
Methods in org.apache.sshd.client with parameters of type UserInteraction Modifier and Type Method Description void
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 UserInteraction Modifier and Type Field Description static 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 UserInteraction Modifier and Type Field Description private UserInteraction
AbstractClientSession. userInteraction
Methods in org.apache.sshd.client.session that return UserInteraction Modifier and Type Method Description UserInteraction
AbstractClientSession. getUserInteraction()
Methods in org.apache.sshd.client.session with parameters of type UserInteraction Modifier and Type Method Description void
AbstractClientSession. setUserInteraction(UserInteraction userInteraction)
-