Commit graph

35 commits

Author SHA1 Message Date
brianjlowe
4f177c31c9 NIHVIVO-3288 fix URL-building bug in OperationController 2011-11-07 19:16:50 +00:00
brianjlowe
17a60cb81c NIHVIVO-3116 and assorted cleanup of legacy backend editor 2011-10-04 20:50:31 +00:00
j2blake
72314d3598 Convert the Authentication mechanism from User to UserAccount. 2011-06-07 15:00:41 +00:00
j2blake
6f67a4da86 NIHVIVO-2279 Remove username from LoginStatusBean 2011-06-06 15:47:56 +00:00
j2blake
ccb6cc549d NIHVIVO-2279 Remove securityLevel from LoginStatusBean 2011-06-06 15:18:37 +00:00
j2blake
a8b74facd1 NIHVIVO-2279 Remove LoginStatusBean methods isLoggedInAtLeast() and isLoggedInExactly() 2011-06-06 13:39:37 +00:00
j2blake
032d9deb8c NIHVIVO-2279 Fix null pointer exception if not logged in. 2011-06-02 14:30:09 +00:00
j2blake
dbf7f5b809 NIHVIVO-2279 Start transitioning toward UserAccount 2011-06-01 21:21:41 +00:00
j2blake
d113061b91 NIHVIVO-2279 LoginFormBean finally goes away. 2011-06-01 21:00:00 +00:00
brianjlowe
eb00f1cd43 Removed Portal class and almost everything related to portals and flags for NIHVIVO-2248 2011-05-03 19:01:15 +00:00
jeb228
26509906c7 NIHVIVO-2211 Clean up import statements in 39 classes that imported JenaNetIdPolicy.ContextSetup but never used it. 2011-03-08 20:51:55 +00:00
jeb228
1ac5eb13c8 NIHVIVO-2158 Add generics to EditProcessObject 2011-02-25 17:54:09 +00:00
jeb228
4d413bc451 NIHVIVO-2158 Add generic info to some of the structures in EditProcessObject. Use interfaces in method signatures instead of concrete implementations. 2011-02-21 23:01:18 +00:00
jeb228
e3befdbf9a NIHVIVO-2158 Remove unused structures from EditProcessObject. Remove BeanDependency class, which is never used. 2011-02-21 19:20:18 +00:00
jeb228
e8a1dd31b4 NIHVIVO-1385 Add toString() method to help in debugging. As long as we are here, use proper generics. 2011-02-18 20:03:33 +00:00
bjl23
29169acc5e bugfix for restriction creation - writing to TBox model 2011-02-04 20:39:43 +00:00
bjl23
aad1ea806b NIHVIVO-1761 bugfix for backend property deletion 2011-01-17 21:09:32 +00:00
jeb228
1365f0a665 NIHVIVO-1207 Add authenticationSource field to LoginStatusBean, so we can tell whether the user logged in via internal or external credentials. 2010-11-23 19:20:59 +00:00
jeb228
58089feaf3 NIHVIVO-736 Move checkLoginStatus() methods from BaseEditController to VitroHttpServlet, so they can be more widely used. 2010-10-14 14:59:32 +00:00
jeb228
5c3307ac59 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-13 19:57:54 +00:00
jeb228
b4ea726109 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-13 18:34:41 +00:00
jeb228
275ef7d471 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-13 16:46:10 +00:00
jeb228
4dbf19c9c0 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-13 14:17:50 +00:00
jeb228
c2fa36316f NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-07 20:52:57 +00:00
jeb228
30344c4af9 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-07 15:11:33 +00:00
bdc34
e2eb84ce73 Changing OperationUtils to use log4j 2010-10-06 21:52:03 +00:00
jeb228
b07049a116 NIHVIVO-736 begin the transition from LoginFormBean to LoginStatusBean. 2010-10-06 16:06:25 +00:00
rjy7
ac284cdae7 Reverting modifications to LoginFormBean class in r5832, r5834, because those changes did not take into consideration references from JSPs. 2010-09-14 21:17:58 +00:00
jeb228
195c1fd931 NIHVIVO-736 Removed unused code from the LoginFormBean 2010-09-10 19:14:30 +00:00
jeb228
57cbc5f1e0 NIHVIVO-736 Removed unused code and little-used code from the LoginFormBean 2010-09-10 14:48:33 +00:00
jeb228
53ecff4f60 Cosmetic changes: reformat, organize imports, add generic type arguments. 2010-09-03 16:17:01 +00:00
jeb228
992d51e927 NIHVIVO-762 add factory methods for successful validation and failed validation. 2010-08-09 13:33:45 +00:00
bjl23
35452e8b36 resolves NIHVIVO-171 re: syntactically invalid restrictions 2010-04-05 15:59:31 +00:00
rjy7
076213cf5f NIHVIVO-70 Moved license text to top of all files, for consistency with Eclipse file templates to be created. 2010-01-31 04:38:14 +00:00
jeb228
4f2e303079 Improve output: distinguish between failed assertions (failures) and unexpected exceptions (errors), and print a filtered stack trace for any exception. 2010-01-29 22:13:57 +00:00