| Interfaces | |
|---|---|
| InitialDirContextFactory | Access point for obtaining LDAP contexts. |
| LdapCallback | Callback object for use with LdapTemplate. |
| LdapEntryMapper | A mapper for use with LdapTemplate . |
| LdapUserSearch | Obtains a user's information from the LDAP directory given a login name. |
| NamingExceptionTranslator | No description provided. |
| Classes | |
|---|---|
| DefaultInitialDirContextFactory | Encapsulates the information for connecting to an LDAP server and provides an access point for obtaining DirContext references. |
| LdapTemplate | LDAP equivalent of the Spring JdbcTemplate class. |
| LdapUtils | LDAP Utility methods. |
| Exceptions | |
|---|---|
| LdapDataAccessException | Used to wrap unexpected NamingExceptions while accessing the LDAP server or for other LDAP-related data problems such as data we can't handle. |