610 Commits (12c78791de53a1821e77c1136acd64eaff94de53)

Author SHA1 Message Date
Ben Alex 449e395181 Reformat code. 20 years ago
Ben Alex e675c89e28 Remove unused imports. 20 years ago
Ben Alex 5e258cc201 SEC-161: Truncate everything after ? in URL. 20 years ago
Ben Alex 49a917b08d Remove extra dependency on Commons Lang. This dependency is only required by the domain subproject, not the core security project. 20 years ago
Luke Taylor 13a0784736 Replaced use of Java 1.5 IllegalArgumentException constructor. 20 years ago
Luke Taylor 2b0a65983d Removed unused logger. 20 years ago
Luke Taylor 17b3424b85 Javadoc typos. 20 years ago
Ben Alex 4024f124b9 SEC-154: Support Hibernate/CGLIB modified domain objects. 20 years ago
Ben Alex a7ebe51fc8 SEC-135: Additional logging of votes in BasicAclEntryVoter. 20 years ago
Ben Alex f4c1b81a9c SEC-150: Expand exception message. 20 years ago
Ben Alex 37802e3748 SEC-138: Make exception output to Commons Logging, not system console. 20 years ago
Ben Alex 10541fc9db SEC-137: Correct stack overflow with MethodInvocation.createFromClass(Class, Method). 20 years ago
Ben Alex e5c538d1a5 SEC-125: Provide hashCode() method for AbstractAuthenticationToken. 20 years ago
Luke Taylor 63682a9c5d Javadoc typos. 20 years ago
Luke Taylor fe2f4e4a3b Added setter method to allow connection pooling to be disabled. 20 years ago
Ray Krueger b20c0a674a Fixed NPE see SEC-143 20 years ago
Luke Taylor 38629f159a Added default role option to authorities populator. 20 years ago
Luke Taylor 63dcdec1b7 Corrected more Jalopy screwy formatting. 20 years ago
Luke Taylor 22b0e1613c Addition of package.html files. Minor formatting. 20 years ago
Luke Taylor 2f53f0e7d7 Message string changed to reflect class name changes. 20 years ago
Luke Taylor affa500778 Message string changed to reflect class name changes. 20 years ago
Luke Taylor d7ae1ad21b Refactoring to reduce code duplication, remove config files and use JMock to enforce expectations on whether FilterChain proceeds or not. 20 years ago
Luke Taylor 0202b47346 Switched to using JMock methods for dummy objects. 20 years ago
Luke Taylor 4063a87dbf Changed to use parent method for Mock creation rather than new operator. 20 years ago
Luke Taylor f9d0ee209b Changed FilterInvocationDefinitionSourceEditor to complain if the parsed URL or the config attribute is empty or null. Plus some comment tidying. 20 years ago
Luke Taylor 56bccf6070 Added MessageSource support for LDAP provider classes. 20 years ago
Luke Taylor e81be72bd7 Changed test to use tested class rather than interface name. Added test for service detection style URLs. 20 years ago
Ben Alex 6b1f97a381 Resolve compiler warnings. 20 years ago
Luke Taylor 9b5aa159aa Correct screwy formatting. 20 years ago
Luke Taylor 3977e3b822 Refactored to remove unnecessary null check in createSuccessAuthentication. Removed several legacy references to AuthenticationDao in Javadoc. 20 years ago
Luke Taylor 5b076c79d1 Changed to use a Set rather than array index to check for the presence of granted authorities as the ordering of the latter couldn't be guaranteed. 20 years ago
Luke Taylor 41a95b11cd Corrected wrong package name in Javadoc. 20 years ago
Luke Taylor 8f725f7a74 Removed no-arg constructor from UsernamePasswordAuthenticationToken. 20 years ago
Luke Taylor c378779610 Removed printStackTrace from expected exception. 20 years ago
Luke Taylor 09cef7adc2 Refactoring to remove encodeInternal method. Same as recent changes to SHA encoder. 20 years ago
Luke Taylor 2d1dd7b292 Restoring author/version tags, some minor comments. 20 years ago
Luke Taylor 20d69e2734 Tidying up some Jalopy weirdness. 20 years ago
Luke Taylor dc728987f4 Changed LdapDataAccessException to extend AuthenticationServiceException. 20 years ago
Luke Taylor 0f678d53ba Javadoc typo in tag. 20 years ago
Luke Taylor 911be66513 Move LdapUserSearch into main provider package and separate out its current implementation as it may be used for more than authentication. 20 years ago
Luke Taylor b01bf0b878 Expanded Javadoc. 20 years ago
Luke Taylor 1549ec55b1 Switch to embedded context version of apache DS (no socket nonsense etc.) 20 years ago
Luke Taylor 9554dc50bc Pull functionality for hiding UsernameNotFoundException's up into AbstractUserDetailsAuthenticationProvider. 20 years ago
Luke Taylor 929b08c085 Spring config for ApacheDS is no longer used. 20 years ago
Luke Taylor 069f78c00b Move the apacheDS working directory to java.io.tmpdir 20 years ago
Luke Taylor 1f66750e24 Added support for multiple DN patterns. Changes to favour constructor injection for mandatory properties. Renamed LdapUserInfo to prevent confusion with UserDetails interface. 20 years ago
Luke Taylor e3b728cc9a Javadoc typos. 20 years ago
Luke Taylor 40f50498b2 Re-enable some tests which partially work with embedded ApacheDS. 20 years ago
Luke Taylor bfb4fb81d4 Remove messages about existing data. 20 years ago
Luke Taylor f9c88adfa9 Switch to embedded server and disable tests which cause problems with apacheDS for the time being. 20 years ago