Class LdapAnonConnection

java.lang.Object
netscape.ldap.LDAPConnection
com.netscape.cmscore.ldapconn.LdapAnonConnection
All Implemented Interfaces:
Serializable, Cloneable, netscape.ldap.LDAPAsynchronousConnection, netscape.ldap.LDAPv2, netscape.ldap.LDAPv3
Direct Known Subclasses:
LdapAnonConnFactory.AnonConnection

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