555 Commits (e3696e697b289bb848bdb40ba0dec19fddda98ce)

Author SHA1 Message Date
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
Carlos Sanchez 1dfc42550f Add spring-mock to dependency management 20 years ago
Ben Alex 6b1f97a381 Resolve compiler warnings. 20 years ago
Carlos Sanchez b0d65259b6 Changed groupId to org.acegisecurity 20 years ago
Carlos Sanchez f226dfb67f Use ISO encoding to avoid problems 20 years ago
Carlos Sanchez 0c9e1769a4 Improved m2 poms 20 years ago
Carlos Sanchez f662ed5890 Ignore eclipse project files 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
Luke Taylor 53252d258f Set extra properties on InitialDirContextFactory and corrected group search filter. 20 years ago
Luke Taylor 1db1a3cd62 Changes try to get Ldap tests working with the possibility of using a non-networked embedded server. 20 years ago
Luke Taylor 45e2f9dac4 Removed internal encoding method to make subclassing work. 20 years ago
Luke Taylor 781ed0f380 Switch to local url. 20 years ago
Luke Taylor d014411d48 Corrections to DIT for apache-ds tests. 20 years ago
Luke Taylor ce3d6f2129 Initial LDAP provider checkin. 20 years ago
Ben Alex a1037ddc87 Prepare 1.0.0 RC1. 20 years ago
Ben Alex d89c6c0a74 SEC-118: Wrong logger class corrected. 20 years ago
Ben Alex ee48f38ff0 SEC-116: Correct JavaDocs. 20 years ago
Ben Alex 75a9784028 SEC-58: Initial commit of Velocity helper. 20 years ago
Ben Alex b16ce31c5b Prove placeholders work correctly. 20 years ago
Ben Alex 2c28ff4fd1 SEC-56: Further improvements to localization. 20 years ago
Ben Alex 62fde4ede3 SEC-107: Finalize rename of AuthenticationDao to UserDetailsService with corresponding change in package from .providers.dao to .userdetails. 20 years ago
Ben Alex a6e23d79ae SEC-107: Rename AuthenticationDao to UserDetailsService. 20 years ago
Ben Alex 6144e1664e SEC-108: Make fields protected. 20 years ago
Ben Alex 6585c2b391 Allow subclasses to make modifications to GrantedAuthority[]. 20 years ago
Ben Alex fddcd6112e SEC-56: Add localisation support. 20 years ago
Ben Alex f4c3e2ff8c Use Spring Assert for cleaner code. 20 years ago
Ben Alex e53a00371c Use logger instead of System.out.println(). 20 years ago
Ben Alex 218fcf5b24 SEC-3: Add static method so digest-compatible passwords can be stored in database. 20 years ago