]> source.dussan.org Git - jgit.git/commit
Creates HttpAuthMethod type enum to support auth ordering 88/22488/2
authorLaurent Goujon <lgoujon@twitter.com>
Mon, 24 Feb 2014 21:52:33 +0000 (13:52 -0800)
committerChris Aniszczyk <caniszczyk@gmail.com>
Wed, 21 May 2014 15:48:35 +0000 (10:48 -0500)
commit0b5441a8ce9a13ac255609f0a978ccd81b755b6d
tree3c4e7c62cd9fe61d5d475dedd0589f87b9399516
parent0e7622a9151e2247c95acec366e3f911e80f5764
Creates HttpAuthMethod type enum to support auth ordering

Refactors HttpAuthMethod to support more authentication methods,
still sorted by priority orders.

Bug: 428836
Change-Id: I049c1742e7afbc51f3f6033fa4d471b344813cfa
Signed-off-by: Laurent Goujon <lgoujon@twitter.com>
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/HttpAuthMethod.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportHttp.java