private static class JGitSshClient.CombinedKeyIdentityProvider
extends java.lang.Object
implements org.apache.sshd.common.keyprovider.KeyIdentityProvider
KeyIdentityProvider that iterates over the Iterables
returned by other KeyIdentityProviders.| Modifier and Type | Field and Description |
|---|---|
private java.util.List<org.apache.sshd.common.keyprovider.KeyIdentityProvider> |
providers |
| Constructor and Description |
|---|
CombinedKeyIdentityProvider(org.apache.sshd.common.keyprovider.KeyIdentityProvider... providers) |
CombinedKeyIdentityProvider(java.util.List<org.apache.sshd.common.keyprovider.KeyIdentityProvider> providers) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<java.security.KeyPair> |
loadKeys(org.apache.sshd.common.session.SessionContext context) |
private final java.util.List<org.apache.sshd.common.keyprovider.KeyIdentityProvider> providers