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 HostBasedAuthenticationReporterSshClient.hostBasedAuthenticationReporterMethods 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
Fields in org.apache.sshd.client.session declared as HostBasedAuthenticationReporterModifier and TypeFieldDescriptionprivate HostBasedAuthenticationReporterAbstractClientSession.hostBasedAuthenticationReporterMethods 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)