186 Commits (78f85cc12911015982e5e34bde77dfbd251c901b)

Author SHA1 Message Date
Luke Taylor 21c608389c SEC-1128: Changed to use ClassUtils.forName to load "javaType" class. 17 years ago
Luke Taylor fd1af34add Minor javadoc stuff. 17 years ago
Luke Taylor 75d5e8f5f2 Spelling correction. 17 years ago
Luke Taylor 3adbbdf50d SEC-1081: Minor Acl refactoring to remove generic warnings. Minor efficiency improvements. 17 years ago
Luke Taylor d5f5b0860e SEC-1132: Refactoring to remove package cycles in ACL module. 17 years ago
Luke Taylor 93bdcccaee SEC-1132: Moved userdetails into core and added core/authority sub-package 17 years ago
Luke Taylor 10673780db OPEN - issue SEC-1136: Removed SpringSecurityException. Introduced new AclException as base class for Acl module. Refactored JAAS authentication to map to AuthenticationExcpetions rather than SpringSecurityException. Modified ExceptionTranslationFilter to look explicitly for AuthenticationException or AccessDeniedException (which it should do since these are the only two it handles). 17 years ago
Luke Taylor ca7d055c2b SEC-1132: Created core and authentication packages within core module. 17 years ago
Luke Taylor 9efb5a7007 SEC-1132: Moved access-control/authorization specific code to org.sf.security.access package. Created provisioning package for user management classes to remove cyclical deps. Some other moving of classes to remove code tangles. Restructuring of portlet module under org.sf.security.portlet 17 years ago
Luke Taylor 2a9a8a41db SEC-1125: Created separate web module spring-security-web 17 years ago
Luke Taylor 766aca885b SEC-1054: Add method "clear" to interface AclCache. As requested. 17 years ago
Luke Taylor ef3ea65fdb Switching back to 2.5.0-SNAPSHOT after tagging M1 release 17 years ago
Luke Taylor fc5f50501e [maven-release-plugin] prepare release 2.5.0.M1 17 years ago
Luke Taylor 4a41416c9b Tidying up and removing compiler warnings. 17 years ago
Luke Taylor 6003291a68 Updated to use new Sprig test classes and to remove data dependencies between tests. 17 years ago
Luke Taylor 14c50a9c96 SEC-1012: Java-5-ifying the ACL package. 17 years ago
Luke Taylor cc5966bc7e Tidying up, removing compiler warnings etc. 17 years ago
Luke Taylor 8154161ef5 SEC-1035: Updated build to use Spring 3.0.0.M1 Release 17 years ago
Luke Taylor 3fcc7b5403 SEC-1051: Moved voter and afterinvocation packages into acl package. Also moved filterer classes fom core, as they are used in the acl after-invocation classes 17 years ago
Luke Taylor 6197668fa6 renamed test file 17 years ago
Luke Taylor 7505b734d6 Converted to use jmock. 17 years ago
Luke Taylor 7bf47f2d97 Converted to use jmock. 17 years ago
Luke Taylor 51549a9f6f Added missing '$' to Id. 17 years ago
Luke Taylor 67c06d3d52 SEC-1012: Adding generics and general tidying up of tests etc 17 years ago
Luke Taylor a9d69ac4e8 Tidied up test class. 17 years ago
Luke Taylor 31375b7212 SEC-1012: Futher generification. Also changed method signature of ObjectDefinitionSource.getAllConfigAtributes to return a single collection 17 years ago
Luke Taylor e5b1073501 SEC-1012: Added more generics and warning suppression 17 years ago
Luke Taylor 62986c700b SEC-1027: Removed bnd plugin and 'bundle' package types from pom.xml files 17 years ago
Luke Taylor e11114ce77 SEC-1023: Add hasPermission() support to SecurityExpressionRoot 17 years ago
Luke Taylor d33b13e52e SEC-1023: Added support for hasPermission() based on Id and type 17 years ago
Luke Taylor d601301de6 SEC-1023: Fix broken test. 17 years ago
Luke Taylor 1c3b576d91 SEC-1023: PermissionEvaluator based on the Acl module. 17 years ago
Luke Taylor 7ff5602dbc Convert AclImplTests to use JMock mocks. 17 years ago
Luke Taylor 04e2fc7daf Tidying. 17 years ago
Luke Taylor 514bca669f 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. 17 years ago
Luke Taylor ec44f2bdfe SEC-1012: Refactoring of use of GrantedAuthority[] to generified collections 17 years ago
Luke Taylor a7d046357b SEC-1013: Refactored out use of ConfigAttributeDefinition from remaining interfaces 17 years ago
Luke Taylor c947d42146 SEC-1010: Moved TestingAuthenticationProvider and token to main core src tree and updated poms to match 17 years ago
Luke Taylor 6c8a82fa13 Updated poms to Spring 2.5 and fixed up sandbox to work with latest build 17 years ago
Luke Taylor 7cc0965383 SEC-1001: Move core tiger code into core and adjust pom files 17 years ago
Luke Taylor 5b9bb8ba54 [maven-release-plugin] prepare for next development iteration 18 years ago
Luke Taylor 73eed2656d [maven-release-plugin] prepare release spring-security-parent-2.0.4 18 years ago
Ben Alex c45b4e0989 SEC-951: Overcome serialization error caused by BasicLookupStrategy failing to modify AccessControlEntryImpl.acl field to the replacement AclImpl (previously old references to StubAclParent were retained). 18 years ago
Ben Alex 0f8ea229c2 SEC-908: Correct issue with BasePermission static initialization failure. 18 years ago
Luke Taylor 4165e15861 Fix issues with move of TestingAuthenticationToken 18 years ago
Luke Taylor 775a6c3939 [maven-release-plugin] prepare for next development iteration 18 years ago
Luke Taylor 87d50aecce [maven-release-plugin] prepare release spring-security-parent-2.0.3 18 years ago
Ben Alex b403216494 SEC-838: Make fields in AbstractAclProvider protected to facilitate subclass reuse. 18 years ago
Ben Alex 371769740a SEC-831: Improve support for Postges, which requires "AS" for table aliasing, together with stored procedures for sequence allocation. 18 years ago
Ben Alex e38d5dfd87 SEC-813: Allow custom Permission classes to be used. 18 years ago