]> source.dussan.org Git - jgit.git/commit
Add chaining credentials provider 33/33733/4
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 17 Sep 2014 21:30:46 +0000 (23:30 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 24 Sep 2014 13:27:35 +0000 (15:27 +0200)
commit3f0d9795ea95bb5ae3af392efaed769a0f0f625e
treef1f728f91c0afaf72f6654a200b370f09e1da9e9
parent54dc4b20b3e084c9c470c8211810dff008b6f0fc
Add chaining credentials provider

The chaining credentials provider sequentially tries to obtain
credentials from a list of credential providers and returns the
credentials from the first provider which can provide them.

Change-Id: I499f304119d7066d011dbde3556dee6facee8ab0
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/ChainingCredentialsProvider.java [new file with mode: 0644]