Uses of Class
netscape.ldap.LDAPConnection
Packages that use LDAPConnection
-
Uses of LDAPConnection in Unnamed Package
Fields in Unnamed Package declared as LDAPConnectionModifier and TypeFieldDescriptionprotected static LDAPConnection
LDAPTool.m_client
protected static LDAPConnection
LDAPTool.m_client
protected static LDAPConnection
LDAPTool.m_client
-
Uses of LDAPConnection in netscape.ldap
Methods in netscape.ldap with parameters of type LDAPConnectionModifier and TypeMethodDescriptionvoid
LDAPSchemaElement.add
(LDAPConnection ld) Adds the current object class, attribute type, or matching rule definition to the schema at the root DSE.void
LDAPSchemaElement.add
(LDAPConnection ld, String dn) Adds the current object class, attribute type, or matching rule definition to the schema.void
LDAPBind.bind
(LDAPConnection conn) This method is called byLDAPConnection
when authenticating.void
LDAPSaslBind.bind
(LDAPConnection ldc) Authenticates to the LDAP server (that the object is currently connected to) using the parameter that were provided to the constructor.void
LDAPSchema.fetchSchema
(LDAPConnection ld) Retrieve the entire schema from the root of a Directory Server.void
LDAPSchema.fetchSchema
(LDAPConnection ld, String dn) Retrieve the schema for a specific entry.void
LDAPSchemaElement.modify
(LDAPConnection ld, LDAPSchemaElement newValue) Replaces a single value of the object class, attribute type, or matching rule definition in the schema at the root DSE.void
LDAPSchemaElement.modify
(LDAPConnection ld, LDAPSchemaElement newValue, String dn) Replaces a single value of the object class, attribute type, or matching rule definition in the schema.void
LDAPSchemaElement.remove
(LDAPConnection ld) Removes the current object class, attribute type, or matching rule definition from the schema at the root DSE.void
LDAPSchemaElement.remove
(LDAPConnection ld, String dn) Removes the current object class, attribute type, or matching rule definition from the schema.protected void
LDAPMatchingRuleSchema.update
(LDAPConnection ld, int op, String name, String dn) Adds, removes or modifies the definition from a Directory.protected void
LDAPSchemaElement.update
(LDAPConnection ld, int op, String name, String dn) Adds, removes or modifies the definition from a Directory.protected void
LDAPSchemaElement.update
(LDAPConnection ld, int op, LDAPAttribute[] attrs, String dn) Adds, removes or modifies the definition from a Directory.protected void
LDAPSchemaElement.update
(LDAPConnection ld, int op, LDAPAttribute attr, String dn) Adds, removes or modifies the definition from a Directory. -
Uses of LDAPConnection in netscape.ldap.beans
Methods in netscape.ldap.beans with parameters of type LDAPConnectionModifier and TypeMethodDescriptionprotected void
LDAPBasePropertySupport.connect
(LDAPConnection conn, String host, int port) Sets up basic connection privileges for Communicator if necessary, and connectsprotected void
LDAPBasePropertySupport.setDefaultReferralCredentials
(LDAPConnection conn) -
Uses of LDAPConnection in netscape.ldap.util
Methods in netscape.ldap.util that return LDAPConnectionModifier and TypeMethodDescriptionConnectionPool.getConnection()
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.ConnectionPool.getConnection
(int timeout) Gets a connection from the pool within a time limit.protected LDAPConnection
ConnectionPool.getConnFromPool()
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.Methods in netscape.ldap.util with parameters of type LDAPConnectionModifier and TypeMethodDescriptionvoid
ConnectionPool.close
(LDAPConnection ld) This is our soft close - all we do is mark the connection as available for others to use.Constructors in netscape.ldap.util with parameters of type LDAPConnectionModifierConstructorDescriptionConnectionPool
(int min, int max, LDAPConnection ldc) Constructor for using an existing connection to clone from.