提交歷史

作者 SHA1 備註 提交日期
  Luke Taylor 3977e3b822 Refactored to remove unnecessary null check in createSuccessAuthentication. Removed several legacy references to AuthenticationDao in Javadoc. 20 年之前
  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 年之前
  Luke Taylor 41a95b11cd Corrected wrong package name in Javadoc. 20 年之前
  Luke Taylor 8f725f7a74 Removed no-arg constructor from UsernamePasswordAuthenticationToken. 20 年之前
  Luke Taylor c378779610 Removed printStackTrace from expected exception. 20 年之前
  Luke Taylor 09cef7adc2 Refactoring to remove encodeInternal method. Same as recent changes to SHA encoder. 20 年之前
  Luke Taylor 8003b98f9d Accidentally checked in version with tests disabled 20 年之前
  Luke Taylor 2d1dd7b292 Restoring author/version tags, some minor comments. 20 年之前
  Luke Taylor 20d69e2734 Tidying up some Jalopy weirdness. 20 年之前
  Luke Taylor dc728987f4 Changed LdapDataAccessException to extend AuthenticationServiceException. 20 年之前
  Luke Taylor 0f678d53ba Javadoc typo in tag. 20 年之前
  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 年之前
  Luke Taylor b01bf0b878 Expanded Javadoc. 20 年之前
  Luke Taylor 8585ddf48b Updated app. context file to match new constructor-injection changes. 20 年之前
  Luke Taylor 1549ec55b1 Switch to embedded context version of apache DS (no socket nonsense etc.) 20 年之前
  Luke Taylor e33edef1c8 Added antlr dependency for apache DS 20 年之前
  Luke Taylor db0b0e5511 Switch to individual apache DS dependencies 20 年之前
  Luke Taylor 9554dc50bc Pull functionality for hiding UsernameNotFoundException's up into AbstractUserDetailsAuthenticationProvider. 20 年之前
  Luke Taylor 929b08c085 Spring config for ApacheDS is no longer used. 20 年之前
  Luke Taylor 069f78c00b Move the apacheDS working directory to java.io.tmpdir 20 年之前
  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 年之前
  Luke Taylor e3b728cc9a Javadoc typos. 20 年之前
  Luke Taylor 7a0313a341 Add ldap webapp to multiwar goal. 20 年之前
  Luke Taylor a9a6f8b891 First checkin of LDAP contacts sample app. 20 年之前
  Luke Taylor 40f50498b2 Re-enable some tests which partially work with embedded ApacheDS. 20 年之前
  Luke Taylor 31be69be37 Re-enabled LDAP tests and moved log4j after apache-ds in dependency list to avoid classpath issues 20 年之前
  Luke Taylor bfb4fb81d4 Remove messages about existing data. 20 年之前
  Ben Alex 5b23bafd2f Ignore Apache DS work directories. 20 年之前
  Ben Alex 299251a3ae Change ordering. 20 年之前
  Luke Taylor f9c88adfa9 Switch to embedded server and disable tests which cause problems with apacheDS for the time being. 20 年之前