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
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
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)
-