Commit Graph

33 Commits

Author SHA1 Message Date
Sebastian Sdorra
29fdc2fc69 fix circular proxy error on binding 2013-02-05 17:32:29 +01:00
Sebastian Sdorra
340cfbef11 remove unused imports 2013-02-01 11:43:26 +01:00
Sebastian Sdorra
0231cd3e0c start implementation of permission tests for ScmRealm 2013-01-31 16:37:49 +01:00
Sebastian Sdorra
2b4b9ee49e use async cache for scm realm 2013-01-31 15:04:03 +01:00
Sebastian Sdorra
6728758637 do not store request and respone in authentication token 2012-10-11 16:12:06 +02:00
Sebastian Sdorra
352ce23082 remove token from PrincipalCollection because it is also stored in the session 2012-10-11 15:51:11 +02:00
Sebastian Sdorra
3999a4daf5 store authentication token as principal 2012-10-07 17:57:14 +02:00
Sebastian Sdorra
7f5f34eddc do not store non valid users 2012-10-04 11:18:10 +02:00
Sebastian Sdorra
40ae526620 added hack for missing user events 2012-10-04 11:14:46 +02:00
Sebastian Sdorra
8e95f3d6bf indent 2012-10-04 11:09:12 +02:00
Sebastian Sdorra
c2f34ffa6e user user dao instead of user manager to pass permission checks 2012-10-04 11:00:12 +02:00
Sebastian Sdorra
328867aae1 added some comments 2012-10-03 14:01:00 +02:00
Sebastian Sdorra
bff2b74c4e remove missing import 2012-10-02 16:27:47 +02:00
Sebastian Sdorra
1a41802a1f fix bug in AuthorizationInfo cache 2012-10-02 16:27:17 +02:00
Sebastian Sdorra
9157457206 use joiner instead of while loop 2012-10-02 16:21:53 +02:00
Sebastian Sdorra
f648f01676 realm should be a singleton 2012-10-02 16:16:13 +02:00
Sebastian Sdorra
9b98ab78c6 fix license headers 2012-09-13 15:47:13 +02:00
Sebastian Sdorra
2a48dcf4d5 fix bug with group permissions 2012-08-30 16:34:43 +02:00
Sebastian Sdorra
a5d0a41222 fix typo in log message 2012-08-30 13:26:45 +02:00
Sebastian Sdorra
81060af003 replace groups class with groupnames 2012-08-30 10:38:56 +02:00
Sebastian Sdorra
a1d83e6f82 the first (primary) principal should be a unique identifier for the user 2012-08-29 17:58:41 +02:00
Sebastian Sdorra
b70fc53571 added security constants 2012-08-29 10:21:58 +02:00
Sebastian Sdorra
625b59553d grant owner permissions to each repository for admins 2012-08-29 10:18:15 +02:00
Sebastian Sdorra
bc8b2a3644 fix possible npe in ScmRealm 2012-08-29 10:12:44 +02:00
Sebastian Sdorra
e444d5d275 improve constructor of repository permission 2012-08-29 09:32:13 +02:00
Sebastian Sdorra
0197eb6f07 fix npe on wrong password 2012-08-28 18:34:24 +02:00
Sebastian Sdorra
585a2559ce clear cache only on a post event 2012-08-27 08:00:16 +02:00
Sebastian Sdorra
2030a643d4 use groups class 2012-08-27 07:50:32 +02:00
Sebastian Sdorra
8044107f11 fix npe 2012-08-26 17:48:45 +02:00
Sebastian Sdorra
692c2ef7cd fix wrong UnsupportedTokenException 2012-08-26 17:42:58 +02:00
Sebastian Sdorra
5d1cad77b4 added missing injector annotation 2012-08-26 17:37:01 +02:00
Sebastian Sdorra
e9a08fbec6 move authentication logic from BasicSecurityContext to ScmRealm 2012-08-26 17:27:13 +02:00
Sebastian Sdorra
440542f55e start implementation of shiro realm 2012-08-26 17:16:08 +02:00