62 Commits (b82df4ecf3ccaf0efeca944f6ea97cabb534825e)

Author SHA1 Message Date
Rob Winch f221920a19 Clean up code to conform to basic checkstyle 10 years ago
Billy Korando 71d4ce96ad Convert to assertj 10 years ago
Rob Winch bb600a473e Start AssertJ Migration 10 years ago
Rob Winch 4fdfb8caba SEC-2915: More Tabs -> Spaces 11 years ago
Rob Winch ae6af5d73c SEC-2915: Updated Java Code Formatting 11 years ago
Rob Winch c67ff42b8a SEC-2783: XML Configuration Defaults Should Match JavaConfig 12 years ago
Rob Winch 6e204fff72 SEC-2781: Remove deprecations 12 years ago
Rob Winch 02c3565e22 Fix compiling in Eclipse 12 years ago
Rob Winch 934937d9c1 SEC-2688: CAS Proxy Ticket Authentication uses Service for host & port 12 years ago
Rob Winch 086056f191 SEC-2289: Make compatible with Spring 4 as well 13 years ago
Rob Winch f5a30e55a3 SEC-2042: AbstractAuthenticationProcessingFilter supports RequestMatcher 13 years ago
Rob Winch 6b81f97081 SEC-2114: Polishing Spring Based Cache 13 years ago
Marten Deinum 01ea39ce35 SEC-2114: Provide Spring Cache Abstraction based cache implementations 13 years ago
Luke Taylor 8178371927 SEC-1700: Add fixed serializationVersionUID values to security context, authentication tokens and related classes 15 years ago
Rob Winch a76a947b12 SEC-965: Added support for CAS proxy ticket authentication on any URL 15 years ago
Rob Winch 3f7f87e19f SEC-1592: Updated CasAuthenticationFilter so that it does not continue FilterChain when handling proxy requests. 15 years ago
Luke Taylor 4a40d80da1 SEC-1418: Deprecate GrantedAuthorityImpl in favour of final SimpleGrantedAuthority. 16 years ago
Luke Taylor 4ad0652787 Removed array of authorities constructor from TestingAuthenticationToken and RunAsUserToken. 16 years ago
Luke Taylor d64efe9747 SEC-1492: Added GrantedAuthoritiesMapper to provide mapping of loaded authorities to those which are eventually stored in the user Authentication object. 16 years ago
Luke Taylor d1e8b8e29d More tests. Minor refactoring. 16 years ago
Luke Taylor 85c4c91e0e IDEA inspection refactorings. 16 years ago
Luke Taylor 0e57ce2dc3 SEC-1481: Updated constructors of Authentication types to use a generic wildcard for authorities collection. 16 years ago
Luke Taylor 74896f217b SEC-1459: Generifying AuthenticationUserDetailsService. Now parameterized with <? extends Authentication>. 16 years ago
Luke Taylor 977bc2b164 SEC-1433: Reduce the number of direct dependencies on DataAccessException from spring-tx. 16 years ago
Luke Taylor 36612377e2 Replace package.html with package-info.java files, creating new ones where missing and updating outdated contents. 16 years ago
Luke Taylor 052537c8b0 Removing $Id$ markers and stripping trailing whitespace from the codebase. 17 years ago
Scott Battaglia 7e817b9640 NOJIRA formatting fix 17 years ago
Scott Battaglia 4afe6c2c6a SEC-1341 17 years ago
Luke Taylor aeed49393c Switching StringBuffer to StringBuilder throughout the codebase (APIs permitting). 17 years ago
Luke Taylor a5ed2e579e Refactored CAS test to remove dependency on core tests jar. 17 years ago
Scott Battaglia 46ef4239ca SEC-1228 17 years ago
Scott Battaglia f35cb48407 NOJIRA 17 years ago
Scott Battaglia e812c58e04 NOJIRA 17 years ago
Scott Battaglia f0a5572188 SEC-1228 17 years ago
Luke Taylor 1286741c7c SEC-1259: Improve consistency of authentication filter names. 17 years ago
Luke Taylor caff3ee9ba SEC-1231: Authentication.getAuthorities should be of type Collection<GrantedAuthority> and not List<GrantedAuthority>. Refactored the interface and related classes to match (UserDetails etc). 17 years ago
Scott Battaglia df9e2eac9e NOJIRA 17 years ago
Luke Taylor 5bdfd8cd77 Tidying imports etc to remove compiler warnings. 17 years ago
Scott Battaglia 53baac2fd9 SEC-1228 17 years ago
Luke Taylor f536c80020 SEC-1202: Removed SpringSecurityFilter and replaced with use of GenericFilterBean from spring-web 17 years ago
Luke Taylor 83da7be2ea Remove (ticket) cache package from CAS module. Unnecesary and has a circular reference. 17 years ago
Luke Taylor af0c5f9e7f SEC-1186: Removed 'order' from ntlm and cas filters 17 years ago
Luke Taylor a8215fa2cb SEC-1160: Renaming of authentication filters and entry points and associated doc changes 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 f746a20ab4 SEC-1132: package refactoring of non-core modules 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 4a41416c9b Tidying up and removing compiler warnings. 18 years ago
Luke Taylor cc5966bc7e Tidying up, removing compiler warnings etc. 18 years ago