Uses of Interface
org.apache.sshd.client.auth.pubkey.PublicKeyAuthenticationReporter
-
Packages that use PublicKeyAuthenticationReporter Package Description org.apache.sshd.client org.apache.sshd.client.auth.pubkey org.apache.sshd.client.session -
-
Uses of PublicKeyAuthenticationReporter in org.apache.sshd.client
Methods in org.apache.sshd.client that return PublicKeyAuthenticationReporter Modifier and Type Method Description PublicKeyAuthenticationReporterClientAuthenticationManager. getPublicKeyAuthenticationReporter()PublicKeyAuthenticationReporterSshClient. getPublicKeyAuthenticationReporter()Methods in org.apache.sshd.client with parameters of type PublicKeyAuthenticationReporter Modifier and Type Method Description voidClientAuthenticationManager. setPublicKeyAuthenticationReporter(PublicKeyAuthenticationReporter reporter)voidSshClient. setPublicKeyAuthenticationReporter(PublicKeyAuthenticationReporter reporter) -
Uses of PublicKeyAuthenticationReporter in org.apache.sshd.client.auth.pubkey
Methods in org.apache.sshd.client.auth.pubkey with parameters of type PublicKeyAuthenticationReporter Modifier and Type Method Description protected PublicKeyIdentityUserAuthPublicKey. resolveAttemptedPublicKeyIdentity(ClientSession session, String service, PublicKeyAuthenticationReporter reporter) -
Uses of PublicKeyAuthenticationReporter in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return PublicKeyAuthenticationReporter Modifier and Type Method Description PublicKeyAuthenticationReporterAbstractClientSession. getPublicKeyAuthenticationReporter()Methods in org.apache.sshd.client.session with parameters of type PublicKeyAuthenticationReporter Modifier and Type Method Description voidAbstractClientSession. setPublicKeyAuthenticationReporter(PublicKeyAuthenticationReporter reporter)
-