Uses of Class netscape.ldap.LDAPConnection

Uses in package netscape.ldap

Methods with parameter type netscape.ldap.LDAPConnection

void
Adds the current object class, attribute type, or matching rule definition to the schema at the root DSE.
void
Adds the current object class, attribute type, or matching rule definition to the schema.
void
This method is called by LDAPConnection when authenticating.
void
Authenticates to the LDAP server (that the object is currently connected to) using the parameter that were provided to the constructor.
void
Retrieve the entire schema from the root of a Directory Server.
void
Retrieve the schema for a specific entry.
void
Replaces a single value of the object class, attribute type, or matching rule definition in the schema at the root DSE.
void
Replaces a single value of the object class, attribute type, or matching rule definition in the schema.
void
Removes the current object class, attribute type, or matching rule definition from the schema at the root DSE.
void
Removes the current object class, attribute type, or matching rule definition from the schema.
void
LDAPMatchingRuleSchema.update(LDAPConnection ld, int op, String name, String dn)
Adds, removes or modifies the definition from a Directory.
void
LDAPSchemaElement.update(LDAPConnection ld, int op, String name, String dn)
Adds, removes or modifies the definition from a Directory.
void
LDAPSchemaElement.update(LDAPConnection ld, int op, LDAPAttribute attr, String dn)
Adds, removes or modifies the definition from a Directory.
void
LDAPSchemaElement.update(LDAPConnection ld, int op, LDAPAttribute[] attrs, String dn)
Adds, removes or modifies the definition from a Directory.

Uses in package netscape.ldap.util

Constructors with parameter type netscape.ldap.LDAPConnection

ConnectionPool.ConnectionPool(int min, int max, LDAPConnection ldc)
Constructor for using an existing connection to clone from.

Methods with parameter type netscape.ldap.LDAPConnection

void
This is our soft close - all we do is mark the connection as available for others to use.

Methods with return type netscape.ldap.LDAPConnection

LDAPConnection
Gets a connection from the pool If no connections are available, the pool will be extended if the number of connections is less than the maximum; if the pool cannot be extended, the method returns null.
LDAPConnection
Gets a connection from the pool If no connections are available, the pool will be extended if the number of connections is less than the maximum; if the pool cannot be extended, the method blocks until a free connection becomes available.
LDAPConnection
Gets a connection from the pool within a time limit.

Uses in package netscape.ldap.beans

Methods with parameter type netscape.ldap.LDAPConnection

void
LDAPBasePropertySupport.connect(LDAPConnection conn, String host, int port)
Sets up basic connection privileges for Communicator if necessary, and connects
void

Uses in package

Fields of type netscape.ldap.LDAPConnection

LDAPConnection