Uses of Interface
org.apache.sshd.client.auth.hostbased.HostBasedAuthenticationReporter
Packages that use HostBasedAuthenticationReporter
-
Uses of HostBasedAuthenticationReporter in org.apache.sshd.client
Fields in org.apache.sshd.client declared as HostBasedAuthenticationReporterModifier and TypeFieldDescriptionprivate HostBasedAuthenticationReporter
SshClient.hostBasedAuthenticationReporter
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 TypeMethodDescriptionvoid
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 HostBasedAuthenticationReporterModifier and TypeFieldDescriptionprivate HostBasedAuthenticationReporter
AbstractClientSession.hostBasedAuthenticationReporter
Methods in org.apache.sshd.client.session that return HostBasedAuthenticationReporterMethods in org.apache.sshd.client.session with parameters of type HostBasedAuthenticationReporterModifier and TypeMethodDescriptionvoid
AbstractClientSession.setHostBasedAuthenticationReporter
(HostBasedAuthenticationReporter reporter)