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 HostBasedAuthenticationReporterClientAuthenticationManager. getHostBasedAuthenticationReporter()HostBasedAuthenticationReporterSshClient. getHostBasedAuthenticationReporter()Methods in org.apache.sshd.client with parameters of type HostBasedAuthenticationReporter Modifier and Type Method Description voidClientAuthenticationManager. setHostBasedAuthenticationReporter(HostBasedAuthenticationReporter reporter)voidSshClient. 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 HostBasedAuthenticationReporterAbstractClientSession. getHostBasedAuthenticationReporter()Methods in org.apache.sshd.client.session with parameters of type HostBasedAuthenticationReporter Modifier and Type Method Description voidAbstractClientSession. setHostBasedAuthenticationReporter(HostBasedAuthenticationReporter reporter)
-