Commit Graph

24 Commits

Author SHA1 Message Date
Ulrik Sandberg
ca1d6e3dab Remove duplicate LDIF files from test/integration-tests/src/test/java. (LDIF-207) 2010-06-20 10:22:00 +00:00
Ulrik Sandberg
31ce887e2d Changed base class of test to load db. 2010-03-28 22:22:51 +00:00
Ulrik Sandberg
c7b17868b7 Added some tests for issues described in certain forum posts, like thread 86640. 2010-03-28 22:22:42 +00:00
Ulrik Sandberg
7f04f99e5a Added test for new class LookupAttemptingCallback. 2010-03-22 22:16:31 +00:00
Ulrik Sandberg
b5bc5b17e2 Collecting callback now top-level (LDAP-192). 2009-12-17 15:50:40 +00:00
Ulrik Sandberg
8215562607 Added authenticate methods that take only error callback (LDAP-192). 2009-12-16 23:58:29 +00:00
Ulrik Sandberg
2df7de35c2 Documented the new authentication methods (LDAP-193). 2009-12-15 00:09:31 +00:00
Ulrik Sandberg
f02cf43c95 First shot at authentication methods that provide the actual exception (LDAP-192). 2009-12-14 20:45:30 +00:00
Ulrik Sandberg
cffb12c92c Added toStirng method to Person. 2009-07-30 15:07:28 +00:00
Ulrik Sandberg
2c23706839 Filtered log output and uncovered a little typo. 2009-01-28 17:40:54 +00:00
Mattias Arthursson
c5832dea4d Fix for LDAP-165: Moved integration test dummy classes to org.springframework.ldap.itest...
Excluded that package and its sub-packages from javadoc generation in top pom.xml
2009-01-28 09:34:16 +00:00
Ulrik Sandberg
0db66ec2d5 Improved dn performance test. 2009-01-07 12:48:49 +00:00
Ulrik Sandberg
0e0d796d00 Removed unused imports. 2008-11-25 22:47:47 +00:00
Mattias Arthursson
47f2360e34 Made sure DirContextOperations#addAttributeValue(String, Object) does not add any duplicate values per default; added
alternate method: DirContextOperations#addAttributeValue(String, Object, boolean) to enable behavior other than the default (i.e. allowing duplicates).
2008-11-24 08:56:43 +00:00
Ulrik Sandberg
bde0b6f186 Added rebind with DirContextOperations (LDAP-144). 2008-11-20 17:15:11 +00:00
Ulrik Sandberg
9888f4969e Minor cleanup. 2008-11-20 15:39:41 +00:00
Mattias Arthursson
e910acfbba Added methods for 'simple' bind authentication in LdapTemplate (LdapOperations, SimpleLdapOperations and SimpleLdapTemplate as well).
Introduced new callback interface for use with certain authentication methods.
Added LdapEntryIdentification to wrap the full identification of an LDAP entry (absolute and relative DNs)
Added LdapEntryIdentificationContextMapper.
2008-11-18 14:10:27 +00:00
Mattias Arthursson
ec53690345 Removed debug output 2008-11-12 07:46:13 +00:00
Mattias Arthursson
3d2bb8ac5e Added test case verifying simple authentication mechanism. 2008-11-12 07:44:42 +00:00
Mattias Arthursson
b30f068a46 Fixed problem where an empty CompositeName may be passed to DefaultDirObjectFactory.
Added required artifacts to samples article pom.
2008-10-24 09:00:27 +00:00
Mattias Arthursson
2f60f6618f Updated copyright year (now including 2008) and made sure all my author tags have my full name; Mattias Hellborg Arthursson. 2008-10-23 12:33:51 +00:00
Mattias Arthursson
c416a4576f LDAP-139: Added mirrored method in SimpleLdapTemplate that take Name parameters.
LDAP-140: Added bindmethod in LdapTemplate and SimpleLdapTemplate that take a DirContextOperations instance and
uses the information from that instance (DN and Attributes) to perform the bind.
2008-10-23 09:14:06 +00:00
Mattias Arthursson
e22fa053a3 LDAP-138: DistinguishedName.toString now defaults to compact format - toString consults new System property to use the old
format.
2008-10-23 08:13:20 +00:00
Ulrik Sandberg
a74ed8dafd Moved everything from mvn-build to trunk root. 2008-10-12 21:34:09 +00:00