Uses of Interface
org.apache.sshd.client.auth.hostbased.HostBasedAuthenticationReporter
Packages that use HostBasedAuthenticationReporter
-
Uses of HostBasedAuthenticationReporter in org.apache.sshd.client
Methods in org.apache.sshd.client that return HostBasedAuthenticationReporterModifier and TypeMethodDescriptionClientAuthenticationManager.getHostBasedAuthenticationReporter()SshClient.getHostBasedAuthenticationReporter()Methods in org.apache.sshd.client with parameters of type HostBasedAuthenticationReporterModifier and TypeMethodDescriptionvoidClientAuthenticationManager.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 HostBasedAuthenticationReporterMethods in org.apache.sshd.client.session with parameters of type HostBasedAuthenticationReporterModifier and TypeMethodDescriptionvoidAbstractClientSession.setHostBasedAuthenticationReporter(HostBasedAuthenticationReporter reporter)