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 LDAPConnectionLDAPTool.m_clientprotected static LDAPConnectionLDAPTool.m_clientprotected static LDAPConnectionLDAPTool.m_client -
Uses of LDAPConnection in netscape.ldap
Methods in netscape.ldap with parameters of type LDAPConnectionModifier and TypeMethodDescriptionvoidLDAPSchemaElement.add(LDAPConnection ld) Adds the current object class, attribute type, or matching rule definition to the schema at the root DSE.voidLDAPSchemaElement.add(LDAPConnection ld, String dn) Adds the current object class, attribute type, or matching rule definition to the schema.voidLDAPBind.bind(LDAPConnection conn) This method is called byLDAPConnectionwhen authenticating.voidLDAPSaslBind.bind(LDAPConnection ldc) Authenticates to the LDAP server (that the object is currently connected to) using the parameter that were provided to the constructor.voidLDAPSchema.fetchSchema(LDAPConnection ld) Retrieve the entire schema from the root of a Directory Server.voidLDAPSchema.fetchSchema(LDAPConnection ld, String dn) Retrieve the schema for a specific entry.voidLDAPSchemaElement.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.voidLDAPSchemaElement.modify(LDAPConnection ld, LDAPSchemaElement newValue, String dn) Replaces a single value of the object class, attribute type, or matching rule definition in the schema.voidLDAPSchemaElement.remove(LDAPConnection ld) Removes the current object class, attribute type, or matching rule definition from the schema at the root DSE.voidLDAPSchemaElement.remove(LDAPConnection ld, String dn) Removes the current object class, attribute type, or matching rule definition from the schema.protected voidLDAPMatchingRuleSchema.update(LDAPConnection ld, int op, String name, String dn) Adds, removes or modifies the definition from a Directory.protected voidLDAPSchemaElement.update(LDAPConnection ld, int op, String name, String dn) Adds, removes or modifies the definition from a Directory.protected voidLDAPSchemaElement.update(LDAPConnection ld, int op, LDAPAttribute[] attrs, String dn) Adds, removes or modifies the definition from a Directory.protected voidLDAPSchemaElement.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 voidLDAPBasePropertySupport.connect(LDAPConnection conn, String host, int port) Sets up basic connection privileges for Communicator if necessary, and connectsprotected voidLDAPBasePropertySupport.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 LDAPConnectionConnectionPool.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 TypeMethodDescriptionvoidConnectionPool.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.