Luke Taylor
|
4a40d80da1
|
SEC-1418: Deprecate GrantedAuthorityImpl in favour of final SimpleGrantedAuthority.
It should be noted that equality checks or lookups with Strings or other authority types will now fail where they would have succeeded before.
|
15 years ago |
Luke Taylor
|
bdb906e588
|
Enable parameterization for log levels in logback files to allow the use of command-line options for controlling log output.
|
16 years ago |
Luke Taylor
|
413b2a06e3
|
Improvements in up-to-date checking and use of parallel tests where possible.
|
16 years ago |
Luke Taylor
|
2d9a848265
|
Added missing gradle build files for remaining samples. Some related reordering, dependency fixing etc. CAS sample no longer requires two separate subprojects as both client and server app can be run from a single gradle build.
|
16 years ago |
Luke Taylor
|
026517f674
|
Removal of deprecated methods and classes.
|
16 years ago |
Luke Taylor
|
052537c8b0
|
Removing $Id$ markers and stripping trailing whitespace from the codebase.
|
16 years ago |
Luke Taylor
|
893f212fa5
|
Tidying
|
16 years ago |
Luke Taylor
|
aeed49393c
|
Switching StringBuffer to StringBuilder throughout the codebase (APIs permitting).
|
16 years ago |
Luke Taylor
|
5546698fef
|
SEC-1253: Decouple spring-security-config module from spring-security-web. Added ClassUtils.isPresent() check for FilterChainProxy before attempting to register web-related parsers and decorators. Added use of namespace to dms sample for testing.
|
16 years ago |
Luke Taylor
|
cb643f73de
|
Tidying up.
|
17 years ago |
Luke Taylor
|
0d7b990e0a
|
SEC-1184: Moved ACL cache classes and interface out of jdbc package.
|
17 years ago |
Luke Taylor
|
1a69a4d45a
|
SEC-1132: Restructuring of ACL packages
|
17 years ago |
Luke Taylor
|
14c4739605
|
SEC-1158: Decoupling of Pre/Post annotations implementation from Spring EL.
|
17 years ago |
Luke Taylor
|
e94baf38b3
|
Tidying up to remove warnings (generics, use of deprecated test classes etc).
|
17 years ago |
Luke Taylor
|
93bdcccaee
|
SEC-1132: Moved userdetails into core and added core/authority sub-package
|
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
|
bec84f874a
|
SEC-1125: Further refactoring of web packages following creation of web module. Fixing samples.
|
17 years ago |
Luke Taylor
|
2a9a8a41db
|
SEC-1125: Created separate web module spring-security-web
|
17 years ago |
Luke Taylor
|
4aff4b2350
|
SEC-1123: Renamed ObjectDefinitionSource to SecurityMetadataSourceand performed related refactoring
|
17 years ago |
Luke Taylor
|
0d7002e322
|
SEC-1012: Extra fixes to dependent modules following changes to Acl APIs.
|
17 years ago |
Luke Taylor
|
cc5966bc7e
|
Tidying up, removing compiler warnings etc.
|
17 years ago |
Luke Taylor
|
df771038b4
|
SEC-1051: Fixed class names in dms sample app context.
|
17 years ago |
Luke Taylor
|
e5b1073501
|
SEC-1012: Added more generics and warning suppression
|
17 years ago |
Ben Alex
|
677607bcad
|
SEC-530: Refactor ACL module so ACE manipulation is index-based as
opposed to AccessControlEntry.getId() based.
|
18 years ago |
Ben Alex
|
b44b748452
|
Make DMS Sample work post-Spring Security 2 refactor.
|
18 years ago |
Luke Taylor
|
4083e2ef92
|
SEC-562: Further repackaging.
|
19 years ago |
Luke Taylor
|
6a6bafa219
|
Make sure test classes which are setting the context clear it in their tearDown methods.
|
19 years ago |
Ben Alex
|
4561c3a1f1
|
Remove unused imports that were causing warnings.
|
19 years ago |
Luke Taylor
|
fabca162a7
|
Added a customized checkstyle configuration file to tame the Maven 2 checkstyle report to the extent that it gives some useful infomation. Tidied up comments, excessively long lines, use of tabs etc. to match.
|
19 years ago |
Ben Alex
|
17cc70a3cd
|
SEC-415: Add document management system ACL sample.
|
19 years ago |