The netscape.ldap Package

LDAPConnection and Connection Management

LDAPConnection implements the LDAPv3 interface (which extends LDAPv2 and defines all the standard LDAP operations as synchronous methods) and the LDAPAsynchronousConnection interface (which defines asynchronous methods for the LDAP operations).

An LDAPConnThread manages a physical connection to an LDAP server on behalf of one or more LDAPConnection objects. All data to or from the server passes through the socket owned by the LDAPConnnThread.

An LDAPConnSetupMgr object is responsible for creating a socket for LDAPConnThread and for creating a new socket if the server goes down or if network problems cause the connection to be lost. The LDAPConnSetupMgr may have a list of servers ...

Get LDAP Programming with Java™ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.