| Frames | No Frames |
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 | Adds, removes or modifies the definition from a Directory. |
| void | Adds, removes or modifies the definition from a Directory. |
| void | Adds, removes or modifies the definition from a Directory. |
| void | Adds, removes or modifies the definition from a Directory. |
Constructors with parameter type netscape.ldap.LDAPConnection | |
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 | ConnectionPool.getConnection(int timeout) Gets a connection from the pool within a time limit. |
Fields of type netscape.ldap.LDAPConnection | |
| LDAPConnection | |
Methods with parameter type netscape.ldap.LDAPConnection | |
| void | Sets up basic connection privileges for Communicator if necessary,
and connects
|
| void | |