com.sun.addressbook.ldap |
|
Java Source File Name | Type | Comment |
LdapABConstants.java | Class | Ldap constants used in LdapABStore and ldap adapter classes. |
LdapABSearchTerm.java | Class | Address Book SearchTerm does the recursive computation of the search
filter from a combination of search terms. |
LdapABStore.java | Class | Ldap Adapter Address Book Store implementation: encapsulates the
commands to be carried out on the address book.
Required properties are:
ab.host - Ldap server host name.
ab.port - Ldap server port name.
ab.ldap.authId - Authentication dn for the administrator of Address book.
ab.ldap.authPw - Password of the admin of the address book.
ab.ldap.dirSearchBase - Searchbase of the iMS directory. |
LdapAddressBook.java | Class | Ldap Adapter Address Book implementation: encapsulates the
commands to be carried out on the address book. |