[cvs] / astrogrid / security / test / java / org / astrogrid / security / SecurityGuardTest.java Repository:
ViewVC logotype

Log of /astrogrid/security/test/java/org/astrogrid/security/SecurityGuardTest.java

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 22 19:28:29 2009 UTC (2 years, 8 months ago) by gtr
Branch: MAIN
CVS Tags: AG_2009_1, HEAD, gtr-security-2991_root, v2009_1, v2009_1_a09, v2010_1
Branch point for: gtr-security-2991
Changes since 1.15: +1 -3 lines
Diff to previous 1.15
I corrected the use of keys in testLoadDelegation().

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 21 20:45:41 2009 UTC (2 years, 8 months ago) by gtr
Branch: MAIN
CVS Tags: v2009_1_a08
Changes since 1.14: +112 -10 lines
Diff to previous 1.14
Each kind of credential and principal is now held as a singleton.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 21 17:46:37 2009 UTC (2 years, 8 months ago) by gtr
Branch: MAIN
Changes since 1.13: +39 -2 lines
Diff to previous 1.13
I added a test for loadDelegation().

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 19 20:05:49 2009 UTC (2 years, 8 months ago) by gtr
Branch: MAIN
CVS Tags: v2009_1_a07
Changes since 1.12: +13 -4 lines
Diff to previous 1.12
The isSignedOn() method noew checks for key and certificate chain as well as principal.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 23 17:56:28 2009 UTC (2 years, 9 months ago) by gtr
Branch: MAIN
CVS Tags: v2009_1_a04, v2009_1_a05
Changes since 1.11: +67 -14 lines
Diff to previous 1.11
Maybe it will actually commit the changes this time...didn't do it last time.

Revision 1.11.6.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 23 17:35:39 2009 UTC (2 years, 9 months ago) by gtr
Branch: gtr-community-2886
Changes since 1.11.6.9: +8 -0 lines
Diff to previous 1.11.6.9 , to branch point 1.11 , to next main 1.16
There is a new method: isSignedOn().

Revision 1.11.6.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 13:24:29 2009 UTC (2 years, 9 months ago) by gtr
Branch: gtr-community-2886
Changes since 1.11.6.8: +18 -2 lines
Diff to previous 1.11.6.8 , to branch point 1.11
I added a test for signing on with a PKCS#12 key-store.

Revision 1.11.6.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 13:09:17 2009 UTC (2 years, 9 months ago) by gtr
Branch: gtr-community-2886
Changes since 1.11.6.7: +4 -0 lines
Diff to previous 1.11.6.7 , to branch point 1.11
I commented out the tests of MyProxy.

Revision 1.11.6.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 11:18:08 2009 UTC (2 years, 10 months ago) by gtr
Branch: gtr-community-2886
Changes since 1.11.6.6: +0 -2 lines
Diff to previous 1.11.6.6 , to branch point 1.11
I removed unused import-statements.

Revision 1.11.6.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 11:07:05 2009 UTC (2 years, 10 months ago) by gtr
Branch: gtr-community-2886
Changes since 1.11.6.5: +1 -2 lines
Diff to previous 1.11.6.5 , to branch point 1.11
A temporary file is now used to hold the key-store, so that the project direcory is not polluted.

Revision 1.11.6.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 10:53:27 2009 UTC (2 years, 10 months ago) by gtr
Branch: gtr-community-2886
Changes since 1.11.6.4: +7 -1 lines
Diff to previous 1.11.6.4 , to branch point 1.11
I tweaked the test of changing password in a remote keystore. It now accepts any exception.

Revision 1.11.6.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 09:28:36 2009 UTC (2 years, 10 months ago) by gtr
Branch: gtr-community-2886
Changes since 1.11.6.3: +1 -1 lines
Diff to previous 1.11.6.3 , to branch point 1.11
I renamed testFailedSignOn4Keystore() to testSignOn4ArgumentKeyStore().

Revision 1.11.6.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 09:28:16 2009 UTC (2 years, 10 months ago) by gtr
Branch: gtr-community-2886
Changes since 1.11.6.2: +1 -1 lines
Diff to previous 1.11.6.2 , to branch point 1.11
I renamed testFailedSignOn4Keystore() to testSignOn4ArgumentKeyStore().

Revision 1.11.6.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 09:19:04 2009 UTC (2 years, 10 months ago) by gtr
Branch: gtr-community-2886
Changes since 1.11.6.1: +26 -0 lines
Diff to previous 1.11.6.1 , to branch point 1.11
I added tests for signing on with MyProxy.

Revision 1.11.6.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 14:58:06 2009 UTC (2 years, 10 months ago) by gtr
Branch: gtr-community-2886
Changes since 1.11: +3 -7 lines
Diff to previous 1.11
No classes from the community-server library are now used here. The correct exception is caught when testing with incorrect passwords.

Revision 1.11.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 11:36:36 2009 UTC (3 years ago) by gtr
Branch: gtr-community-2879
Changes since 1.11: +2 -7 lines
Diff to previous 1.11 , to next main 1.16
I put back the changes that CVS threw away.

Revision 1.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 18:33:01 2009 UTC (3 years ago) by gtr
Branch: security-maven-2
Changes since 1.11.2.1: +0 -1 lines
Diff to previous 1.11.2.1 , to branch point 1.11 , to next main 1.16
The community is now mocked instead of using classes from the community server.

Revision 1.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 18:31:24 2009 UTC (3 years ago) by gtr
Branch: security-maven-2
Changes since 1.11: +2 -6 lines
Diff to previous 1.11
The community is now mocked instead of using classes from the community server.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 17:19:40 2008 UTC (3 years, 3 months ago) by gtr
Branch: MAIN
CVS Tags: gtr-community-2879_root, gtr-community-2886_root, security-maven-2_root, v2008_2_03
Branch point for: gtr-community-2879, gtr-community-2886, security-maven-2
Changes since 1.10: +2 -4 lines
Diff to previous 1.10
Branch security-gtr-2855 is merged.

Revision 1.10.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 15:19:10 2008 UTC (3 years, 3 months ago) by gtr
Branch: security-gtr-2855
Changes since 1.10.4.1: +2 -0 lines
Diff to previous 1.10.4.1 , to branch point 1.10 , to next main 1.16
I added override annotations.

Revision 1.10.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 12:59:06 2008 UTC (3 years, 3 months ago) by gtr
Branch: security-gtr-2855
Changes since 1.10: +0 -4 lines
Diff to previous 1.10
I removed unecessary import statements.

Revision 1.10.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 30 13:59:43 2008 UTC (3 years, 4 months ago) by gtr
Branch: security-gtr-2840
Changes since 1.10.2.4: +49 -2 lines
Diff to previous 1.10.2.4 , to branch point 1.10 , to next main 1.16
New method: setCertificateChain(List<X509Certificate>).

Revision 1.10.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 22 18:19:03 2008 UTC (3 years, 4 months ago) by gtr
Branch: security-gtr-2840
Changes since 1.10.2.3: +40 -8 lines
Diff to previous 1.10.2.3 , to branch point 1.10
I corrected the use of proxies in the test.

Revision 1.10.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 22 15:59:17 2008 UTC (3 years, 4 months ago) by gtr
Branch: security-gtr-2840
Changes since 1.10.2.2: +19 -0 lines
Diff to previous 1.10.2.2 , to branch point 1.10
I added testSetCertificateChain().

Revision 1.10.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 22 15:34:16 2008 UTC (3 years, 4 months ago) by gtr
Branch: security-gtr-2840
Changes since 1.10.2.1: +33 -0 lines
Diff to previous 1.10.2.1 , to branch point 1.10
I refactored loadDelegation into the superclass.

Revision 1.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 22 08:13:06 2008 UTC (3 years, 4 months ago) by gtr
Branch: security-gtr-2840
Changes since 1.10: +12 -0 lines
Diff to previous 1.10
There is a new public method "addPrincipal(Principal)".

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 15:37:44 2008 UTC (3 years, 6 months ago) by gtr
Branch: MAIN
CVS Tags: security-gtr-2840_root, security-gtr-2855_root, v2008_2, v2008_2_01, v2008_2_a06, v2008_2_a07
Branch point for: security-gtr-2840, security-gtr-2855
Changes since 1.9: +66 -16 lines
Diff to previous 1.9
Branch security-gtr-2801 is merged.

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 15:09:35 2008 UTC (3 years, 6 months ago) by gtr
Branch: security-gtr-2801
Changes since 1.9.2.3: +8 -0 lines
Diff to previous 1.9.2.3 , to branch point 1.9 , to next main 1.16
I added a test for passwording changing at the community.

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 15:02:38 2008 UTC (3 years, 6 months ago) by gtr
Branch: security-gtr-2801
Changes since 1.9.2.2: +10 -13 lines
Diff to previous 1.9.2.2 , to branch point 1.9
I removed the Mockery properties.

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 14:48:01 2008 UTC (3 years, 6 months ago) by gtr
Branch: security-gtr-2801
Changes since 1.9.2.1: +1 -0 lines
Diff to previous 1.9.2.1 , to branch point 1.9
I refactored MockRegistryClient to a different package, for symmetry.

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 14:45:57 2008 UTC (3 years, 6 months ago) by gtr
Branch: security-gtr-2801
Changes since 1.9: +49 -5 lines
Diff to previous 1.9
These tests now use a real (not mock) SsoClient talking to a real (embedded) accounts service.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 15:06:18 2008 UTC (3 years, 7 months ago) by gtr
Branch: MAIN
CVS Tags: security-gtr-2801_root, v2008_2_a05
Branch point for: security-gtr-2801
Changes since 1.8: +45 -1 lines
Diff to previous 1.8
Branch dsa-gtr-2800 is merged.

Revision 1.8.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 13:17:07 2008 UTC (3 years, 7 months ago) by gtr
Branch: dsa-gtr-2800
Changes since 1.8.4.1: +16 -2 lines
Diff to previous 1.8.4.1 , to branch point 1.8 , to next main 1.16
The four-argument version of SecurityGuard.signOn() is now tested with a file:// URI.

Revision 1.8.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 13:06:44 2008 UTC (3 years, 7 months ago) by gtr
Branch: dsa-gtr-2800
Changes since 1.8: +31 -1 lines
Diff to previous 1.8
The four-argument version of SecurityGuard.signOn() now has tests.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 9 15:50:49 2008 UTC (3 years, 8 months ago) by gtr
Branch: MAIN
CVS Tags: dsa-gtr-2800_root, security-gtr-2797_root, v2008_2_a03, v2008_2_a04
Branch point for: dsa-gtr-2800, security-gtr-2797
Changes since 1.7: +2 -1 lines
Diff to previous 1.7
Branch security-gtr-322-3 is merged.

Revision 1.7.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 9 15:11:20 2008 UTC (3 years, 8 months ago) by gtr
Branch: security-gtr-322-3
Changes since 1.7.4.1: +1 -0 lines
Diff to previous 1.7.4.1 , to branch point 1.7 , to next main 1.16
I added getAccountIvorn().

Revision 1.7.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 9 14:27:38 2008 UTC (3 years, 8 months ago) by gtr
Branch: security-gtr-322-3
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
In testSignOn(), the property to mock the registry has changed.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 7 15:26:16 2008 UTC (3 years, 9 months ago) by gtr
Branch: MAIN
CVS Tags: security-gtr-322-2_root, security-gtr-322-3_root, v2008_2_a01, v2008_2_a02
Branch point for: security-gtr-322-2, security-gtr-322-3
Changes since 1.6: +23 -18 lines
Diff to previous 1.6
Branch security-gtr-3322 is merged

Revision 1.6.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 11:46:54 2008 UTC (3 years, 9 months ago) by gtr
Branch: security-gtr-322
Changes since 1.6: +23 -18 lines
Diff to previous 1.6 , to next main 1.16
Refactored: testing is better.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 09:19:33 2007 UTC (4 years, 5 months ago) by gtr
Branch: MAIN
CVS Tags: security-gtr-2286_root, security-gtr-322_root, v2007_2_04
Branch point for: security-gtr-2286, security-gtr-322
Changes since 1.5: +19 -4 lines
Diff to previous 1.5
Merging /devel/astrogrid/security from branch security-gtr-2244-3.

Revision 1.5.20.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 6 11:06:14 2007 UTC (4 years, 6 months ago) by gtr
Branch: security-gtr-2244-3
Changes since 1.5: +19 -4 lines
Diff to previous 1.5 , to next main 1.16
I made the copy constructor copy a reference to the access policy.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 7 13:20:20 2006 UTC (5 years, 8 months ago) by clq2
Branch: MAIN
CVS Tags: AG2006-4, AG2007-1, AG2007-2, Root_security-gtr-1717, apps-gtr-2075_root, b4_gtr_security_1717, dave-dev-200606281707-start, dave-dev-200608221318-start, dave-dev-200610091558-start, security-gtr-2191_root, security-gtr-2244-2_root, security-gtr-2244-3_root, security-gtr-2244_root
Branch point for: apps-gtr-2075, dave-dev-200606281707, dave-dev-200608221318, dave-dev-200610091556, dave-dev-200610091558, security-gtr-1717, security-gtr-2191, security-gtr-2244, security-gtr-2244-2, security-gtr-2244-3
Changes since 1.4: +58 -95 lines
Diff to previous 1.4
security-gtr-1593

Revision 1.4.20.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 25 13:28:20 2006 UTC (5 years, 8 months ago) by gtr
Branch: security-gtr-1593
Changes since 1.4: +58 -95 lines
Diff to previous 1.4 , to next main 1.16
Changed in the great refactoring.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 2 12:41:33 2005 UTC (6 years, 5 months ago) by clq2
Branch: MAIN
CVS Tags: AG2006-2, Root_axis-gtr-1406, Root_clq_axis_update, Root_desktop-querybuilder-jl-1404, Root_security-gtr-1593, Root_wb-gtr-1537, b4_axis_gtr_1046, b4_security-gtr-1593, dave-dev-200511211256-start, dave-dev-200511291146-start, dave-dev-200512141139-start, dave-dev-200601051057-start, dave-dev-200601101714-start, dave-dev-200601121358-start, dave-dev-200603301643-start, dave-dev-200605301226-start, dave-dev-200605311657-start, querybuilder-jl-1404-premerge-20051215
Branch point for: axis-gtr-1406, clq_axis_update, dave-dev-200511211256, dave-dev-200511291146, dave-dev-200512141139, dave-dev-200601051057, dave-dev-200601101714, dave-dev-200601121358, dave-dev-200603301643, dave-dev-200605301226, dave-dev-200605311635, dave-dev-200605311657, desktop-querybuilder-jl-1404, security-gtr-1593, wb-gtr-1537
Changes since 1.3: +22 -49 lines
Diff to previous 1.3
gtr_security_1337

Revision 1.3.182.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 12 11:04:29 2005 UTC (6 years, 5 months ago) by gtr
Branch: security-gtr-1337
Changes since 1.3: +22 -49 lines
Diff to previous 1.3 , to next main 1.16
I removed the tests on obsolete methods.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 1 11:19:41 2004 UTC (7 years, 10 months ago) by gtr
Branch: MAIN
CVS Tags: BLLatest, BLLatest-jdt, Baseline-20041208, Itn05_release_merge1, Itn05_release_root, Itn06_case2, Itn06_towardclose_12Oct2004, Itn06_towardclose_13Oct2004, R1_1, Root_BLD_JDT_648, Root_Community_08-10-04, Root_Community_AdminInterface, Root_ITN06_Jun21_KMB, Root_Itn06_case3, Root_Itn06_release, Root_Kev_09_08_04_RT, Root_MySpace_JDT_BZ340, Root_aginab_jdt_1182, Root_all_jdt_1056, Root_kevin-dev-03-08-04_RT, Root_maven_jdt_383, Root_r0_8_0, Root_registry-gtr-1188, Root_security-gtr-1156, Root_security-gtr-1337, Root_security-gtr-477-2, b4_383, b4_KMB_05_05_05, b4_KMB_merge_29_04_05, b4_gtr_477_2, b4_gtr_security_1377, before_kevin_merge_25Aug, before_kevins_mergein, build0_7-b000, dave-dev-200410061224-200411221334, dave-dev-200410061224-200411221434, dave-dev-200410061224-200411221509, dave-dev-200410061224-200411221525, dave-dev-200410061224-200411221626, dave-dev-200410061224-200411260508, dave-dev-200410061224-200411291018, dave-dev-200410061224-200411291805, dave-dev-200410061224-200411291821, dave-dev-200410061224-200412031442, dave-dev-200410061224-200412040522, dave-dev-200410061224-200412080219, dave-dev-200410061224-200412080423, dave-dev-200410061224-200412080557, dave-dev-200410061224-200412091423, dave-dev-200410061224-200412100525, dave-dev-200410061224-200412112123, dave-dev-200410061224-200412141207, dave-dev-200410061224-200412161312, dave-dev-200410061224-start, dave-dev-200412201205-start, dave-dev-200412201250-200501121652, dave-dev-200412201250-start, dave-dev-200501141257-200501211445, dave-dev-200501141257-200501261404, dave-dev-200501141257-start, dave-dev-200502010902-start, dave-dev-200503140252-start, dave-dev-200503150513-start, dave-dev-200503181302-start, dave-dev-200503211350-start, dave-dev-200504041023-start, dave-dev-200504111153-start, dave-dev-200504251302-start, dave-dev-200506061035-start, dave-dev-200506071500-start, dave-dev-200506081212-start, dave-dev-200506100249-start, dave-dev-200506281451-start, dave-dev-200506281816-start, dave-dev-200507251101-start, dave-dev-200508090435-start, dave-dev-200508091545-start, dave-dev-200509010705-start, kevin_case3_b4_merge, nww-int06-post-cea-refactoring-checkin, nww-int06-pre-cea-refactoring-checkin, portalWF_pjn_720, r0_10_0, r0_10_1, r0_6_0, r0_7_0, r1_0, r1_1, v1_1
Branch point for: BLD_JDT_648, Community_AdminInterface, ITN06_Jun21_KMB, Itn05_release, Itn06_case3, Itn06_release, Kev_09_08_04_RT, MySpace-GTR-454, MySpace_JDT_BZ340, PREG_RTP_352, aginab_jdt_1182, all_jdt_1056, dave-dev-200404150338, dave-dev-200404190903, dave-dev-200404211351, dave-dev-200405281845, dave-dev-200406211036, dave-dev-200406211133, dave-dev-200406291222, dave-dev-200406301228, dave-dev-200407141515, dave-dev-200407151443, dave-dev-200407201059, dave-dev-200407211922, dave-dev-200407221450, dave-dev-200407221513, dave-dev-200407231013, dave-dev-200407231626, dave-dev-200407261230, dave-dev-200407271446, dave-dev-200408101155, dave-dev-200408171159, dave-dev-200408182231, dave-dev-200408191224, dave-dev-200408201348, dave-dev-200408201619, dave-dev-200408241246, dave-dev-200408261411, dave-dev-200408310943, dave-dev-200409021256, dave-dev-200409031036, dave-dev-200409061355, dave-dev-200409091136, dave-dev-200409091346, dave-dev-200409100118, dave-dev-200409131130, dave-dev-200409170051, dave-dev-200409171216, dave-dev-200409171415, dave-dev-200409211301, dave-dev-200409221213, dave-dev-200409281154, dave-dev-200410051520, dave-dev-200410061224, dave-dev-200411081351, dave-dev-200412201205, dave-dev-200412201250, dave-dev-200501141257, dave-dev-200502010902, dave-dev-200503140252, dave-dev-200503150513, dave-dev-200503181302, dave-dev-200503211350, dave-dev-200504041023, dave-dev-200504111153, dave-dev-200504251302, dave-dev-200506061035, dave-dev-200506071500, dave-dev-200506081212, dave-dev-200506100249, dave-dev-200506281451, dave-dev-200506281816, dave-dev-200507251101, dave-dev-200508090435, dave-dev-200508091545, dave-dev-200508261045, dave-dev-200509010705, filestore-GTR-486, gtr-contracts-BZ945, kevin-dev-03-08-04_RT, maven_jdt_383, preg_rtp_633, r0_10_1branch, r0_7_0branch, r0_8_0, registry-gtr-1188, rtp-regdom, rtp_integration, security-GTR-289, security-GTR-477, security-gtr-1156, security-gtr-1337, security-gtr-477-2
Changes since 1.2: +49 -11 lines
Diff to previous 1.2
The property "subject"  on SecurityGuard is split into gridSubject
and ssoSubject.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 22 17:07:49 2004 UTC (7 years, 10 months ago) by gtr
Branch: MAIN
Branch point for: security-GTR-277
Changes since 1.1: +47 -3 lines
Diff to previous 1.1
JAAS integration complete. Branch for BZ267 merged with head.

Revision 1.1.6.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 19 18:33:24 2004 UTC (7 years, 10 months ago) by gtr
Branch: security-GTR-267
Changes since 1.1.6.3: +4 -2 lines
Diff to previous 1.1.6.3 , to branch point 1.1 , to next main 1.16
Refactored: serialization/deserialization of wsse:Security now works
only from a JAAS subject, not from a SecurityGuard.

Revision 1.1.6.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 18 21:27:34 2004 UTC (7 years, 10 months ago) by gtr
Branch: security-GTR-267
Changes since 1.1.6.2: +8 -10 lines
Diff to previous 1.1.6.2 , to branch point 1.1
Refactored: NonceToken is used.

Revision 1.1.6.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 18 20:06:39 2004 UTC (7 years, 10 months ago) by gtr
Branch: security-GTR-267
Changes since 1.1.6.1: +19 -0 lines
Diff to previous 1.1.6.1 , to branch point 1.1
A/G security tokens are now represented as special elements inside
wsse:UsernameToken; they are no longer treated as passwords.
These elements, plus JAAS principals are converted directly to and from
JAAS Subjects without using SecurityGuards.

Revision 1.1.6.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 18 16:43:52 2004 UTC (7 years, 10 months ago) by gtr
Branch: security-GTR-267
Changes since 1.1: +26 -1 lines
Diff to previous 1.1
A JAAS Subject is added as a new property.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 25 19:15:54 2004 UTC (7 years, 11 months ago) by gtr
Branch: MAIN
CVS Tags: dave-post-merge-200402211936, dave-pre-merge-200402211936, just-before-community-integration, pre-merge-dave-dev-200403051907
Branch point for: dave-dev-200403051907, security-GTR-267, security-GTR-87
New unit test.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

gg78@starNOSPAM.le.ac.uk
ViewVC Help
Powered by ViewVC 1.0.4