]> source.dussan.org Git - jgit.git/commit
Refactor the cached Authenticator data out of AwtAuthenticator 35/35/3
authorShawn O. Pearce <spearce@spearce.org>
Sat, 3 Oct 2009 23:52:33 +0000 (16:52 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 3 Nov 2009 01:55:52 +0000 (17:55 -0800)
commit9108035763f7d9504671bc9bbddfb467100095e7
treec6a61bfed044332d633f22cbb46f0169ff8d089c
parente336bad367516c593699d42100cf1654059ee7c7
Refactor the cached Authenticator data out of AwtAuthenticator

This makes it easier to swap out authenticator implementations and
yet still rely upon being able to configure at least one Authenticator
instance in the JVM and program it with data obtained from outside
of the user interface.

Change-Id: I8c1a0eb8acee1d306f4c3b40a790b7fa0c3abb70
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Main.java
org.eclipse.jgit.ui/src/org/eclipse/jgit/awtui/AwtAuthenticator.java
org.eclipse.jgit/src/org/eclipse/jgit/util/CachedAuthenticator.java [new file with mode: 0644]