Class JGitSshClient.CombinedKeyIdentityProvider
java.lang.Object
org.eclipse.jgit.internal.transport.sshd.JGitSshClient.CombinedKeyIdentityProvider
- All Implemented Interfaces:
org.apache.sshd.common.keyprovider.KeyIdentityProvider
- Enclosing class:
JGitSshClient
private static class JGitSshClient.CombinedKeyIdentityProvider
extends Object
implements org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<org.apache.sshd.common.keyprovider.KeyIdentityProvider> Fields inherited from interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
EMPTY_KEYS_PROVIDER
-
Constructor Summary
ConstructorsConstructorDescriptionCombinedKeyIdentityProvider
(List<org.apache.sshd.common.keyprovider.KeyIdentityProvider> providers) CombinedKeyIdentityProvider
(org.apache.sshd.common.keyprovider.KeyIdentityProvider... providers) -
Method Summary
-
Field Details
-
providers
-
-
Constructor Details
-
CombinedKeyIdentityProvider
public CombinedKeyIdentityProvider(org.apache.sshd.common.keyprovider.KeyIdentityProvider... providers) -
CombinedKeyIdentityProvider
public CombinedKeyIdentityProvider(List<org.apache.sshd.common.keyprovider.KeyIdentityProvider> providers)
-
-
Method Details
-
loadKeys
- Specified by:
loadKeys
in interfaceorg.apache.sshd.common.keyprovider.KeyIdentityProvider
-