176 Commits (edb6665103e6f2b36cfc3966094dea40c1f2669a)

Author SHA1 Message Date
Luke Taylor c117c643df SEC-1782: Javadoc correction for LdapAuthenticationProvider. 15 years ago
Luke Taylor 1f1faa6da0 Use getClass() in logger instantiation in AbstractLdapAuthenticationProvider. 15 years ago
Luke Taylor 571bfc4869 Refactoring to use Utf8 encoder instead of String.getBytes("UTF-8"). 15 years ago
Luke Taylor 12121dcc54 SEC-1732: Raise an exception if more than one LDIF resource is found. 15 years ago
Luke Taylor d7344254ec Revert "SEC-1732: Implement loading of multiple LDIF resources." 15 years ago
Luke Taylor 491ca545ae SEC-1732: Implement loading of multiple LDIF resources. 15 years ago
Luke Taylor e473897fd9 SEC-1181: Add docs for ActiveDirectoryLdapAuthenticationProvider. Minor fix to initialization checks. 15 years ago
Luke Taylor 8178371927 SEC-1700: Add fixed serializationVersionUID values to security context, authentication tokens and related classes 15 years ago
Luke Taylor 373d07ce46 SEC-1181: Added mock testing, to avoid need for AD server 15 years ago
Luke Taylor 59ac4c8b96 SEC-1181: Added option to parse AD sub-error codes. 15 years ago
Luke Taylor 428991d997 Some additional tests to confirm there are no issues with spaces in LDAP URL. 15 years ago
Luke Taylor 530f686149 SEC-1181: Basic AuthenticationProvider for Active Directory. 15 years ago
Luke Taylor f9625836bb Typo in Javadoc. 15 years ago
Luke Taylor a225dc3776 SEC-1677: Split out integration tests from LDAP test code. 15 years ago
Luke Taylor bd7389b6ff SEC-1652: Only use URI for ldif path if file isn't found. 15 years ago
Luke Taylor eb9482b33b Removal of some unused internal methods, plus additional tests for some areas lacking coverage. 15 years ago
Luke Taylor a790c7e192 SEC-1670: Take account of JNDI CompositeName escaping in value of SearchResult.getName() when performing a search for a user entry in SpringSecurityLdapTemplate. 15 years ago
Luke Taylor 66e2a5246d SEC-1652: Use a URI for resolving the LDIF file for loading in ApacheDS container to allow for loading files which are contained in a jar. 15 years ago
Luke Taylor 077af5e187 SEC-1661: Use a DistinguishedName to wrap the search base to avoid the need for JNDI escaping. 15 years ago
Rob Winch 1b32babbf9 SEC-1545: Removed unused i18n keys, changed keys to follow naming conventions, found missing keys based upon old keys, sorted keys, any unknown keys are entered as a comment with the English value. 15 years ago
Luke Taylor 592782dc7f Added test for getAdditionalRoles in DefaultLdapAuthoritiesPopulator. 15 years ago
Luke Taylor eebcfd28ef Move Ldap authorities populator tests to the correct package. 15 years ago
Luke Taylor dbe270f132 SEC-1641: Correct code and test for null groupSearchBase. 15 years ago
Luke Taylor 3547cfcc92 SEC-1641: Remove the private setGroupSearchBase method and allowed a null value to be set for the group search base in the constructor. 15 years ago
Luke Taylor 523f6add60 Javadoc fix 15 years ago
Luke Taylor 4a40d80da1 SEC-1418: Deprecate GrantedAuthorityImpl in favour of final SimpleGrantedAuthority. 15 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. 15 years ago
Luke Taylor 4b6a2168c7 SEC-1550: Additional signature change (in LdapUserDetailsManager.removeAuthorities()) 15 years ago
Luke Taylor 1c8d28501c SEC-1550: Convert signatures to use Collection<? extends GrantedAuthority> where appropriate. 15 years ago
Luke Taylor 20988c8cf6 Minor refactoring of debug filter and tidying up tests. 16 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 3c02989d67 Removal of jmock test dependency and upgrading of mockito version to 1.8.5. Minor adjustments to other build deps and configurations (e.g. prevent groovy from being used as a transitive dep, since we only use it for tests). 16 years ago
Luke Taylor 85c4c91e0e IDEA inspection refactorings. 16 years ago
Luke Taylor 64375484a1 More build and logging tuning. 16 years ago
Luke Taylor 118af45b8e SEC-1520: Close NamingEnumeration in LDAP compare implementation. 16 years ago
Luke Taylor ea5f2088b5 Comment out OpenLDAP tests to allow running in IDEA, and reduce default load configuration of performance test class. 16 years ago
Luke Taylor 69a10c48ae Switch to using slf4j/logback for logging. 16 years ago
Luke Taylor 06368f956a Minor doc/javadoc updates to clarify use of UserDetailsContextapper. 16 years ago
Luke Taylor e1f575c545 SEC-1480: Add simple equals and hashcode methods based on DN value to LdapUserDetailsImpl to allow its use as a map key (in SessionRegistry, for example). 16 years ago
Luke Taylor 2b9beffd08 SEC-1444: Fix JNDI escaping problems in LDAP 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 2f1479785e Refactoring to remove remaining circular dependencies indicated by structure101. 16 years ago
Luke Taylor c12c43da9e Javadoc fixes. 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 10cd080090 SEC-1356: Update createUser method in LdapUserDetailsManager to create the LDAP entry before adding authorities. Prevents removal of authorities for an existing user. 16 years ago
Luke Taylor 052537c8b0 Removing $Id$ markers and stripping trailing whitespace from the codebase. 16 years ago
Luke Taylor aeed49393c Switching StringBuffer to StringBuilder throughout the codebase (APIs permitting). 16 years ago
Luke Taylor cad32ffe39 SEC-1325: Tighten up Authentication interface contract to disallow null authorities. Modified internals of AbstractAuthenticationToken to use an empty list instead of null. Clarified Javadoc. removed unnecessary null checks in classes which use the interface. 16 years ago
Luke Taylor 908e88b802 Import cleaning. 16 years ago
Luke Taylor 0e9452c17c SEC-1074: Customized interceptor list for DefaultDirectoryService, including removal of SchemaInterceptor. 16 years ago