Uses of Interface
org.apache.sshd.client.auth.hostbased.HostBasedAuthenticationReporter
-
Packages that use HostBasedAuthenticationReporter Package Description org.apache.sshd.client org.apache.sshd.client.session -
-
Uses of HostBasedAuthenticationReporter in org.apache.sshd.client
Fields in org.apache.sshd.client declared as HostBasedAuthenticationReporter Modifier and Type Field Description private HostBasedAuthenticationReporter
SshClient. hostBasedAuthenticationReporter
Methods in org.apache.sshd.client that return HostBasedAuthenticationReporter Modifier and Type Method Description HostBasedAuthenticationReporter
ClientAuthenticationManager. getHostBasedAuthenticationReporter()
HostBasedAuthenticationReporter
SshClient. getHostBasedAuthenticationReporter()
Methods in org.apache.sshd.client with parameters of type HostBasedAuthenticationReporter Modifier and Type Method Description void
ClientAuthenticationManager. setHostBasedAuthenticationReporter(HostBasedAuthenticationReporter reporter)
void
SshClient. setHostBasedAuthenticationReporter(HostBasedAuthenticationReporter reporter)
-
Uses of HostBasedAuthenticationReporter in org.apache.sshd.client.session
Fields in org.apache.sshd.client.session declared as HostBasedAuthenticationReporter Modifier and Type Field Description private HostBasedAuthenticationReporter
AbstractClientSession. hostBasedAuthenticationReporter
Methods in org.apache.sshd.client.session that return HostBasedAuthenticationReporter Modifier and Type Method Description HostBasedAuthenticationReporter
AbstractClientSession. getHostBasedAuthenticationReporter()
Methods in org.apache.sshd.client.session with parameters of type HostBasedAuthenticationReporter Modifier and Type Method Description void
AbstractClientSession. setHostBasedAuthenticationReporter(HostBasedAuthenticationReporter reporter)
-