Uses of Class
netscape.ldap.LDAPException
Packages that use LDAPException
Package
Description
-
Uses of LDAPException in netscape.ldap
Subclasses of LDAPException in netscape.ldapModifier and TypeClassDescriptionclass
An exception thrown when the LDAP operation being invoked has been interrupted.class
Represents the situation in which the LDAP server refers the client to another LDAP server.Methods in netscape.ldap that throw LDAPExceptionModifier and TypeMethodDescriptionvoid
LDAPAsynchronousConnection.abandon
(int id) Cancels the ldap request with the specified id and discards any results already received.void
LDAPAsynchronousConnection.abandon
(LDAPSearchListener searchlistener) Cancels all outstanding search requests associated with this LDAPSearchListener object and discards any results already received.void
LDAPConnection.abandon
(int id) Cancels the ldap request with the specified id and discards any results already received.void
LDAPConnection.abandon
(LDAPSearchListener searchlistener) Cancels all outstanding search requests associated with this LDAPSearchListener object and discards any results already received.void
LDAPConnection.abandon
(LDAPSearchResults searchResults) Abandons a current search operation, notifying the server not to send additional search results.void
LDAPv2.abandon
(LDAPSearchResults results) Notifies the server to not send additional results associated with thisLDAPSearchResults
object, and discards any results already received.LDAPAsynchronousConnection.add
(LDAPEntry entry, LDAPResponseListener listener) Adds an entry to the directory.LDAPAsynchronousConnection.add
(LDAPEntry entry, LDAPResponseListener listener, LDAPConstraints cons) Adds an entry to the directory and allows you to specify constraints for this LDAP add operation by using anLDAPConstraints
object.void
Adds an entry to the directory.void
LDAPConnection.add
(LDAPEntry entry, LDAPConstraints cons) Adds an entry to the directory and allows you to specify preferences for this LDAP add operation by using anLDAPConstraints
object.LDAPConnection.add
(LDAPEntry entry, LDAPResponseListener listener) Adds an entry to the directory.LDAPConnection.add
(LDAPEntry entry, LDAPResponseListener listener, LDAPConstraints cons) Adds an entry to the directory and allows you to specify constraints for this LDAP add operation by using anLDAPConstraints
object.void
LDAPConnection.add
(LDAPEntry entry, LDAPSearchConstraints cons) Deprecated.void
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
Adds an entry to the directory.void
LDAPv2.add
(LDAPEntry entry, LDAPConstraints cons) Adds an entry to the directory.void
LDAPConnection.authenticate
(int version, String dn, String passwd) Authenticates to the LDAP server (that you are currently connected to) using the specified name and password, and requesting that the server use at least the specified protocol version.void
LDAPConnection.authenticate
(int version, String dn, String passwd, LDAPConstraints cons) Authenticates to the LDAP server (to which you are currently connected) using the specified name and password, and requesting that the server use at least the specified protocol version.LDAPConnection.authenticate
(int version, String dn, String passwd, LDAPResponseListener listener) Authenticates to the LDAP server (that the object is currently connected to) using the specified name and password and allows you to specify constraints for this LDAP add operation by using anLDAPConstraints
object.LDAPConnection.authenticate
(int version, String dn, String passwd, LDAPResponseListener listener, LDAPConstraints cons) Authenticates to the LDAP server (that the object is currently connected to) using the specified name and password and allows you to specify constraints for this LDAP add operation by using anLDAPConstraints
object.void
LDAPConnection.authenticate
(int version, String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.authenticate
(String dn, String passwd) Authenticates to the LDAP server (to which you are currently connected) using the specified name and password.void
LDAPConnection.authenticate
(String dn, String[] mechanisms, String packageName, Hashtable<Object, Object> props, Object cbh) Deprecated.Please use authenticate without packageName instead.void
LDAPConnection.authenticate
(String dn, String[] mechanisms, Hashtable<Object, Object> props, Object cbh) Authenticates to the LDAP server (to which the object is currently connected) using the specified name and a specified SASL mechanism or set of mechanisms.void
LDAPConnection.authenticate
(String dn, String mechanism, String packageName, Hashtable<Object, Object> props, Object cbh) Deprecated.Please use authenticate without packageName instead.void
LDAPConnection.authenticate
(String dn, String passwd, LDAPConstraints cons) Authenticates to the LDAP server (to which you are currently connected) using the specified name and password.void
LDAPConnection.authenticate
(String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
Authenticates to the LDAP server (that the object is currently connected to) using the specified name and whatever SASL mechanisms are supported by the server.void
LDAPv2.authenticate
(String DN, String passwd) Authenticates user with the LDAP server.void
LDAPv3.authenticate
(int version, String dn, String passwd) Authenticates to the LDAP server (to which the object is currently connected) using the specified name, password, and version of the LDAP protocol.LDAPAsynchronousConnection.bind
(String dn, String passwd, LDAPResponseListener listener) Authenticates to the LDAP server (that the object is currently connected to) using the specified name and password.LDAPAsynchronousConnection.bind
(String dn, String passwd, LDAPResponseListener listener, LDAPConstraints cons) Authenticates to the LDAP server (that the object is currently connected to) using the specified name and password and allows you to specify constraints for this LDAP add operation by using anLDAPConstraints
object.void
LDAPBind.bind
(LDAPConnection conn) This method is called byLDAPConnection
when authenticating.void
Authenticates to the LDAP server (to which you are currently connected) using the specified name and password, and requests that the server use at least the specified protocol version.void
LDAPConnection.bind
(int version, String dn, String passwd, LDAPConstraints cons) Authenticates to the LDAP server (to which you are currently connected) using the specified name and password, and requesting that the server use at least the specified protocol version.LDAPConnection.bind
(int version, String dn, String passwd, LDAPResponseListener listener) Authenticates to the LDAP server (to which the object is currently connected) using the specified name and password.LDAPConnection.bind
(int version, String dn, String passwd, LDAPResponseListener listener, LDAPConstraints cons) Authenticates to the LDAP server (to which the object is currently connected) using the specified name and password and allows you to specify constraints for this LDAP add operation by using anLDAPConstraints
object.void
Authenticates to the LDAP server (to which you are currently connected) using the specified name and password.void
Authenticates to the LDAP server (to which the object is currently connected) using the specified name and a specified SASL mechanism or set of mechanisms.void
LDAPConnection.bind
(String dn, String passwd, LDAPConstraints cons) Authenticates to the LDAP server (to which you are currently connected) using the specified name and password.LDAPConnection.bind
(String dn, String passwd, LDAPResponseListener listener) Authenticates to the LDAP server (to which the object is currently connected) using the specified name and password.LDAPConnection.bind
(String dn, String passwd, LDAPResponseListener listener, LDAPConstraints cons) Authenticates to the LDAP server (to which the object is currently connected) using the specified name and password and allows you to specify constraints for this LDAP add operation by using anLDAPConstraints
object.void
Authenticates to the LDAP server (to which the object is currently connected) using the specified name and whatever SASL mechanisms are supported by the server.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
Authenticates user with the LDAP server.void
Authenticates to the LDAP server (to which the object is currently connected) using the specified name, password, and version of the LDAP protocol.LDAPAsynchronousConnection.compare
(String dn, LDAPAttribute attr, LDAPResponseListener listener) Compares an attribute value with one in the directory.LDAPAsynchronousConnection.compare
(String dn, LDAPAttribute attr, LDAPResponseListener listener, LDAPConstraints cons) Compares an attribute value with one in the directory.boolean
LDAPConnection.compare
(String DN, LDAPAttribute attr) Checks to see if an entry contains an attribute with a specified value.boolean
LDAPConnection.compare
(String DN, LDAPAttribute attr, LDAPConstraints cons) LDAPConnection.compare
(String dn, LDAPAttribute attr, LDAPResponseListener listener) Compare an attribute value with one in the directory.LDAPConnection.compare
(String dn, LDAPAttribute attr, LDAPResponseListener listener, LDAPConstraints cons) Compare an attribute value with one in the directory.boolean
LDAPConnection.compare
(String DN, LDAPAttribute attr, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
boolean
LDAPv2.compare
(String DN, LDAPAttribute attr) Compares the given entry's attribute value to the specified attribute value.boolean
LDAPv2.compare
(String DN, LDAPAttribute attr, LDAPConstraints cons) Compares the given entry's attribute value to the specified attribute value.void
Connects to the specified host and port and uses the specified DN and password to authenticate to the server, with the specified LDAP protocol version.void
LDAPConnection.connect
(int version, String host, int port, String dn, String passwd, LDAPConstraints cons) Connects to the specified host and port and uses the specified DN and password to authenticate to the server, with the specified LDAP protocol version.void
LDAPConnection.connect
(int version, String host, int port, String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
Connects to the specified host and port.void
Connects to the specified host and port and uses the specified DN and password to authenticate to the server.void
LDAPConnection.connect
(String host, int port, String dn, String passwd, LDAPConstraints cons) Connects to the specified host and port and uses the specified DN and password to authenticate to the server.void
LDAPConnection.connect
(String host, int port, String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
Connects to the LDAP server.void
Connects and authenticates to the LDAP server.void
Connects and authenticates to the LDAP server using the specified version of the LDAP protocol.LDAPAsynchronousConnection.delete
(String dn, LDAPResponseListener listener) Deletes the entry for the specified DN from the directory.LDAPAsynchronousConnection.delete
(String dn, LDAPResponseListener listener, LDAPConstraints cons) Deletes the entry for the specified DN from the directory.void
Deletes the entry for the specified DN from the directory.void
LDAPConnection.delete
(String DN, LDAPConstraints cons) Deletes the entry for the specified DN from the directory and allows you to specify preferences for this LDAP delete operation by using anLDAPConstraints
object.LDAPConnection.delete
(String dn, LDAPResponseListener listener) Deletes the entry for the specified DN from the directory.LDAPConnection.delete
(String dn, LDAPResponseListener listener, LDAPConstraints cons) Deletes the entry for the specified DN from the directory.void
LDAPConnection.delete
(String DN, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
Removes an entry from the directory.void
LDAPv2.delete
(String DN, LDAPConstraints cons) Removes an entry from the directory.void
LDAPConnection.disconnect()
Disconnects from the LDAP server.void
LDAPv2.disconnect()
Disconnects from the LDAP server.void
LDAPSSLSocketFactory.enableClientAuth
(String certdb, String keydb, String keypwd, String certnickname, String keynickname) This method is currently not implemented.void
LDAPSSLSocketWrapFactory.enableClientAuth()
(Not implemented yet)
Enables client authentication for an application running in a java VM which provides transparent certificate database management.LDAPConnection.extendedOperation
(LDAPExtendedOperation op) Performs an extended operation on the directory.LDAPConnection.extendedOperation
(LDAPExtendedOperation op, LDAPConstraints cons) Performs an extended operation on the directory.LDAPConnection.extendedOperation
(LDAPExtendedOperation op, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
LDAPv3.extendedOperation
(LDAPExtendedOperation op) Performs an extended operation on the directory.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
LDAPConnection.finalize()
Finalize method, which disconnects from the LDAP server.LDAPConnection.getOption
(int option) Returns the value of the specified option for thisLDAPConnection
object.LDAPv2.getOption
(int option) Retrieves an option that applies to the connection.LDAPConnection.getProperty
(String name) Gets a property of a connection.LDAPResponseListener.getResponse()
Blocks until a response is available, or until all operations associated with the object have completed or been canceled, and returns the response.LDAPSearchListener.getResponse()
Blocks until a search result, reference or response is available, or until all operations associated with the object have completed or been canceled.LDAPSocketFactory.makeSocket
(String host, int port) Returns a socket to the specified host name and port number.LDAPSSLSocketFactory.makeSocket
(String host, int port) Returns a socket to the LDAP server with the specified host name and port number.LDAPSSLSocketWrapFactory.makeSocket
(String host, int port) Returns socket to the specified host name and port number.LDAPTLSSocketFactory.makeSocket
(Socket s) Creates an SSL socket layered over an existing socket.LDAPAsynchronousConnection.modify
(String dn, LDAPModification mod, LDAPResponseListener listener) Makes a single change to an existing entry in the directory.LDAPAsynchronousConnection.modify
(String dn, LDAPModification mod, LDAPResponseListener listener, LDAPConstraints cons) Makes a single change to an existing entry in the directory.LDAPAsynchronousConnection.modify
(String dn, LDAPModificationSet mods, LDAPResponseListener listener) Makes a set of changes to an existing entry in the directory.LDAPAsynchronousConnection.modify
(String dn, LDAPModificationSet mods, LDAPResponseListener listener, LDAPConstraints cons) Makes a set of changes to an existing entry in the directory.void
LDAPConnection.modify
(String DN, LDAPModification mod) Makes a single change to an existing entry in the directory.void
LDAPConnection.modify
(String DN, LDAPModification[] mods) Makes a set of changes to an existing entry in the directory.void
LDAPConnection.modify
(String DN, LDAPModification[] mods, LDAPConstraints cons) Makes a set of changes to an existing entry in the directory and allows you to specify preferences for this LDAP modify operation by using anLDAPConstraints
object.void
LDAPConnection.modify
(String DN, LDAPModification[] mods, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.modify
(String DN, LDAPModification mod, LDAPConstraints cons) Makes a single change to an existing entry in the directory and allows you to specify preferences for this LDAP modify operation by using anLDAPConstraints
object.LDAPConnection.modify
(String dn, LDAPModification mod, LDAPResponseListener listener) Makes a single change to an existing entry in the directory.LDAPConnection.modify
(String dn, LDAPModification mod, LDAPResponseListener listener, LDAPConstraints cons) Makes a single change to an existing entry in the directory.void
LDAPConnection.modify
(String DN, LDAPModification mod, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.modify
(String DN, LDAPModificationSet mods) Makes a set of changes to an existing entry in the directory.void
LDAPConnection.modify
(String DN, LDAPModificationSet mods, LDAPConstraints cons) Makes a set of changes to an existing entry in the directory and allows you to specify preferences for this LDAP modify operation by using anLDAPConstraints
object.LDAPConnection.modify
(String dn, LDAPModificationSet mods, LDAPResponseListener listener) Makes a set of changes to an existing entry in the directory.LDAPConnection.modify
(String dn, LDAPModificationSet mods, LDAPResponseListener listener, LDAPConstraints cons) Makes a set of changes to an existing entry in the directory.void
LDAPConnection.modify
(String DN, LDAPModificationSet mods, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
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
LDAPv2.modify
(String DN, LDAPModification mod) Modifies an attribute of a directory entry.void
LDAPv2.modify
(String DN, LDAPModification mod, LDAPConstraints cons) Modifies an attribute of a directory entry.void
LDAPv2.modify
(String DN, LDAPModificationSet mods) Modifies the attributes of a directory entry.void
LDAPv2.modify
(String DN, LDAPModificationSet mods, LDAPConstraints cons) Modifies the attributes of a directory entry.LDAPSearchResults.next()
Returns the next LDAP entry from the search results and throws an exception if the next result is a referral, or if a sizelimit or timelimit error occurred.Reads the entry for the specified distiguished name (DN) and retrieves all attributes for the entry.Reads the entry for the specified distinguished name (DN) and retrieves only the specified attributes from the entry.LDAPConnection.read
(String DN, String[] attrs, LDAPSearchConstraints cons) LDAPConnection.read
(String DN, LDAPSearchConstraints cons) Reads the entry for the specified distiguished name (DN) and retrieves all attributes for the entry.static LDAPEntry
Reads the entry specified by the LDAP URL.Read the entry corresponding to the specified distinguished name (DN).Read the entry corresponding to the specified distinguished name (DN), and retrieve only the specified attributes.LDAPv2.read
(String DN, String[] attrs, LDAPSearchConstraints cons) Read the entry corresponding to the specified distinguished name (DN), and retrieve only the specified attributes.void
LDAPConnection.reconnect()
Disconnect from the server and then reconnect using the current credentials and authentication method.static void
Associates a class with an oid.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.LDAPAsynchronousConnection.rename
(String dn, String newRdn, boolean deleteOldRdn, LDAPResponseListener listener) Renames an existing entry in the directory.LDAPAsynchronousConnection.rename
(String dn, String newRdn, boolean deleteOldRdn, LDAPResponseListener listener, LDAPConstraints cons) Renames an existing entry in the directory.void
Renames an existing entry in the directory.void
LDAPConnection.rename
(String DN, String newRDN, boolean deleteOldRDN, LDAPConstraints cons) Renames an existing entry in the directory.LDAPConnection.rename
(String dn, String newRdn, boolean deleteOldRdn, LDAPResponseListener listener) Renames an existing entry in the directory.LDAPConnection.rename
(String dn, String newRdn, boolean deleteOldRdn, LDAPResponseListener listener, LDAPConstraints cons) Renames an existing entry in the directory.void
LDAPConnection.rename
(String DN, String newRDN, boolean deleteOldRDN, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
Renames an existing entry in the directory and (optionally) changes the location of the entry in the directory tree.void
LDAPConnection.rename
(String DN, String newRDN, String newParentDN, boolean deleteOldRDN, LDAPConstraints cons) Renames an existing entry in the directory and (optionally) changes the location of the entry in the directory tree.void
LDAPConnection.rename
(String DN, String newRDN, String newParentDN, boolean deleteOldRDN, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
Changes the name of an entry in the directory.void
LDAPv2.rename
(String DN, String newRDN, boolean deleteOldRDN, LDAPConstraints cons) Changes the name of an entry in the directory.void
Renames and moves an entry in the directory.void
LDAPv3.rename
(String DN, String newRDN, String newParentDN, boolean deleteOldRDN, LDAPConstraints cons) Renames and moves an entry in the directory.LDAPAsynchronousConnection.search
(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener) Performs the search specified by the criteria that you enter.LDAPAsynchronousConnection.search
(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.Performs the search specified by the criteria that you enter.LDAPConnection.search
(String base, int scope, String filter, String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.LDAPConnection.search
(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener) Performs the search specified by the criteria that you enter.LDAPConnection.search
(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.static LDAPSearchResults
Performs the search specified by the LDAP URL.static LDAPSearchResults
LDAPConnection.search
(LDAPUrl toGet, LDAPSearchConstraints cons) Performs the search specified by the LDAP URL.Searches for entries in the directory.LDAPv2.search
(String base, int scope, String filter, String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons) Searches for entries in the directory.void
Sets the value of the specified option for thisLDAPConnection
object.void
Sets an option that applies to the connection.void
LDAPConnection.setProperty
(String name, Object val) Change a property of a connection.void
LDAPConnection.startTLS()
Begin using the Transport Layer Security (TLS) protocol for session privacy.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 LDAPException in netscape.ldap.beans
Methods in netscape.ldap.beans that throw LDAPExceptionModifier and TypeMethodDescriptionprotected void
LDAPBasePropertySupport.connect
(LDAPConnection conn, String host, int port) Sets up basic connection privileges for Communicator if necessary, and connects -
Uses of LDAPException in netscape.ldap.controls
Constructors in netscape.ldap.controls that throw LDAPExceptionModifierConstructorDescriptionLDAPEntryChangeControl
(String oid, boolean critical, byte[] value) Contructs anLDAPEntryChangedControl
object.LDAPPasswordExpiredControl
(String oid, boolean critical, byte[] value) Contructs anLDAPPasswordExpiredControl
object.LDAPPasswordExpiringControl
(String oid, boolean critical, byte[] value) Contructs anLDAPPasswordExpiringControl
object.LDAPSortControl
(String oid, boolean critical, byte[] value) Constructs a sort responseLDAPSortControl
object.LDAPVirtualListResponse
(String oid, boolean critical, byte[] value) Contructs anLDAPVirtualListResponse
object. -
Uses of LDAPException in netscape.ldap.factory
Methods in netscape.ldap.factory that throw LDAPExceptionModifier and TypeMethodDescriptionstatic void
JSSSocketFactory.initialize
(String certdbDir) Initialize the JSS security subsystem.JSSESocketFactory.makeSocket
(String host, int port) Creates an SSL socket.JSSESocketFactory.makeSocket
(Socket s) Creates an SSL socket layered over an existing socket.JSSSocketFactory.makeSocket
(String host, int port) Creates an SSL socketJSSSocketFactory.makeSocket
(Socket s) Creates an SSL socket layered over an existing socket.Constructors in netscape.ldap.factory that throw LDAPExceptionModifierConstructorDescriptionConstructs a newJSSSocketFactory
, initializing the JSS security system if it has not already been initialized.JSSSocketFactory
(String certdbDir) Constructs a newJSSSocketFactory
, initializing the JSS security system if it has not already been initialized. -
Uses of LDAPException in netscape.ldap.util
Constructors in netscape.ldap.util that throw LDAPExceptionModifierConstructorDescriptionConnectionPool
(int min, int max, String host, int port) Constructor for specifying all parameters, anonymous identityConnectionPool
(int min, int max, String host, int port, String authdn, String authpw) Constructor for specifying all parametersConnectionPool
(int min, int max, LDAPConnection ldc) Constructor for using an existing connection to clone from.ConnectionPool
(String host, int port) Constructor for using default parameters, anonymous identity
cons
isLDAPConstraints
instead ofLDAPSearchConstraints