Class LdapBoundConnection

java.lang.Object
netscape.ldap.LDAPConnection
com.netscape.cmscore.ldapconn.LdapBoundConnection
All Implemented Interfaces:
Serializable, Cloneable, netscape.ldap.LDAPAsynchronousConnection, netscape.ldap.LDAPv2, netscape.ldap.LDAPv3

public class LdapBoundConnection extends netscape.ldap.LDAPConnection
A LDAP connection that is bound to a server host, port, secure type. and authentication. Makes a LDAP connection and authentication when instantiated. Cannot establish another LDAP connection or authentication after construction. LDAPConnection connect and authentication methods are overridden to prevent this.
See Also: