Acegi commits

RevisionAuthorDateDescription
3327luke_t05 Nov 2008 19:00:38

SEC-1024: Replaced source trunk with a readme pointing to the springframework repo

3326luke_t05 Nov 2008 17:44:46

SEC-1023: Added support for hasPermission() based on Id and type

3325luke_t04 Nov 2008 23:14:29

SEC-1023: Fix broken test.

3324luke_t04 Nov 2008 22:45:50

SEC-1023: PermissionEvaluator based on the Acl module.

3323luke_t04 Nov 2008 20:09:14

SEC-999: Fix broken test which was failing due to use of incorrect authentication object.

3322luke_t04 Nov 2008 18:30:56

SEC-999: Refactoring out specific dependencies on Spring EL into SecurityExpressionHandler.
SEC:1023: Updates to expression root to allow evaluationof permissions.

3321luke_t04 Nov 2008 17:46:21

SEC-1023: Add hasPermission() support to SecurityExpressionRoot
http://jira.springframework.org/browse/SEC-1023. PermissionEvaluator interface for use by expressions when evaluating hasPermisson() expressions.

3320luke_t04 Nov 2008 01:43:08

Convert AclImplTests to use JMock mocks.

3319luke_t04 Nov 2008 01:36:49

Tidying.

3318luke_t04 Nov 2008 00:37:56

Upgraded to jmock 2.5.1

3317luke_t31 Oct 2008 07:40:11

SEC-999: Introduced custom SecurityExpressionEvaluationContext which is responsible for lazy initialization of parameter values in the context. Also some further conversion of code using GrantedAuthority arrays.

3316luke_t30 Oct 2008 23:53:00

SEC-1012: Refactoring of use of GrantedAuthority[] to generified collections

3315luke_t30 Oct 2008 01:45:13

SEC-1009: removed additional container adapter specific code