Uses of Interface
org.apache.sshd.client.auth.keyboard.UserInteraction
-
-
Uses of UserInteraction in org.apache.sshd.cli.client
Methods in org.apache.sshd.cli.client that return UserInteraction Modifier and Type Method Description static UserInteractionSshClientCliSupport. setupSessionUserInteraction(ClientAuthenticationManager client, java.io.BufferedReader stdin, java.io.PrintStream stdout, java.io.PrintStream stderr) -
Uses of UserInteraction in org.apache.sshd.client
Fields in org.apache.sshd.client declared as UserInteraction Modifier and Type Field Description private UserInteractionSshClient. userInteractionMethods 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
Fields in org.apache.sshd.client.session declared as UserInteraction Modifier and Type Field Description private UserInteractionAbstractClientSession. userInteractionMethods 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) -
Uses of UserInteraction in org.apache.sshd.contrib.client.auth.password
Fields in org.apache.sshd.contrib.client.auth.password declared as UserInteraction Modifier and Type Field Description private UserInteractionInteractivePasswordIdentityProvider. userInteractionMethods in org.apache.sshd.contrib.client.auth.password that return UserInteraction Modifier and Type Method Description UserInteractionInteractivePasswordIdentityProvider. getUserInteraction()Methods in org.apache.sshd.contrib.client.auth.password with parameters of type UserInteraction Modifier and Type Method Description static PasswordIdentityProviderInteractivePasswordIdentityProvider. providerOf(ClientSession clientSession, UserInteraction userInteraction, java.lang.String prompt)Constructors in org.apache.sshd.contrib.client.auth.password with parameters of type UserInteraction Constructor Description InteractivePasswordIdentityProvider(ClientSession clientSession, UserInteraction userInteraction, java.lang.String prompt)
-