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 java.lang.Object implements org.apache.sshd.common.keyprovider.KeyIdentityProvider
AKeyIdentityProvider
that iterates over theIterable
s returned by otherKeyIdentityProvider
s.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<org.apache.sshd.common.keyprovider.KeyIdentityProvider>
providers
-
Constructor Summary
Constructors Constructor Description CombinedKeyIdentityProvider(java.util.List<org.apache.sshd.common.keyprovider.KeyIdentityProvider> providers)
CombinedKeyIdentityProvider(org.apache.sshd.common.keyprovider.KeyIdentityProvider... providers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<java.security.KeyPair>
loadKeys(org.apache.sshd.common.session.SessionContext context)
-