Uses of Class
netscape.ldap.LDAPException

Packages that use LDAPException
netscape.ldap   
netscape.ldap.beans   
netscape.ldap.controls   
netscape.ldap.factory   
netscape.ldap.util   
 

Uses of LDAPException in netscape.ldap
 

Subclasses of LDAPException in netscape.ldap
 class LDAPInterruptedException
          An exception thrown when the LDAP operation being invoked has been interrupted.
 class LDAPReferralException
          Represents the situation in which the LDAP server refers the client to another LDAP server.
 

Methods in netscape.ldap that throw LDAPException
 void LDAPAsynchronousConnection.abandon(int id)
          Cancels the ldap request with the specified id 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 LDAPAsynchronousConnection.abandon(LDAPSearchListener searchlistener)
          Cancels all outstanding search requests associated with this LDAPSearchListener object 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 LDAPv2.abandon(LDAPSearchResults results)
          Notifies the server to not send additional results associated with this LDAPSearchResults 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 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, java.lang.String dn)
          Adds the current object class, attribute type, or matching rule definition to the schema.
 void LDAPv2.add(LDAPEntry entry)
          Adds an entry to the directory.
 void LDAPConnection.add(LDAPEntry entry)
          Adds an entry to the directory.
 void LDAPv2.add(LDAPEntry entry, LDAPConstraints cons)
          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 an LDAPConstraints object.
 LDAPResponseListener LDAPAsynchronousConnection.add(LDAPEntry entry, LDAPResponseListener listener)
          Adds an entry to the directory.
 LDAPResponseListener LDAPConnection.add(LDAPEntry entry, LDAPResponseListener listener)
          Adds an entry to the directory.
 LDAPResponseListener 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 an LDAPConstraints object.
 LDAPResponseListener 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 an LDAPConstraints object.
 void LDAPConnection.add(LDAPEntry entry, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPConnection.authenticate(int version, java.lang.String dn, java.lang.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 LDAPv3.authenticate(int version, java.lang.String dn, java.lang.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.
 void LDAPConnection.authenticate(int version, java.lang.String dn, java.lang.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.
 LDAPResponseListener LDAPConnection.authenticate(int version, java.lang.String dn, java.lang.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 an LDAPConstraints object.
 LDAPResponseListener LDAPConnection.authenticate(int version, java.lang.String dn, java.lang.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 an LDAPConstraints object.
 void LDAPConnection.authenticate(int version, java.lang.String dn, java.lang.String passwd, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPConnection.authenticate(java.lang.String dn, java.util.Hashtable props, java.lang.Object cbh)
          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(java.lang.String DN, java.lang.String passwd)
          Authenticates user with the LDAP server.
 void LDAPConnection.authenticate(java.lang.String dn, java.lang.String passwd)
          Authenticates to the LDAP server (to which you are currently connected) using the specified name and password.
 void LDAPConnection.authenticate(java.lang.String dn, java.lang.String[] mechanisms, java.util.Hashtable props, java.lang.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(java.lang.String dn, java.lang.String[] mechanisms, java.lang.String packageName, java.util.Hashtable props, java.lang.Object cbh)
          Deprecated. Please use authenticate without packageName instead.
 void LDAPConnection.authenticate(java.lang.String dn, java.lang.String passwd, LDAPConstraints cons)
          Authenticates to the LDAP server (to which you are currently connected) using the specified name and password.
 void LDAPConnection.authenticate(java.lang.String dn, java.lang.String passwd, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPConnection.authenticate(java.lang.String dn, java.lang.String mechanism, java.lang.String packageName, java.util.Hashtable props, java.lang.Object cbh)
          Deprecated. Please use authenticate without packageName instead.
 void LDAPConnection.bind(int version, java.lang.String dn, java.lang.String passwd)
          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 LDAPv3.bind(int version, java.lang.String dn, java.lang.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.
 void LDAPConnection.bind(int version, java.lang.String dn, java.lang.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.
 LDAPResponseListener LDAPConnection.bind(int version, java.lang.String dn, java.lang.String passwd, LDAPResponseListener listener)
          Authenticates to the LDAP server (to which the object is currently connected) using the specified name and password.
 LDAPResponseListener LDAPConnection.bind(int version, java.lang.String dn, java.lang.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 an LDAPConstraints object.
 void LDAPBind.bind(LDAPConnection conn)
          This method is called by LDAPConnection 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 LDAPConnection.bind(java.lang.String dn, java.util.Hashtable props, java.lang.Object cbh)
          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 LDAPv2.bind(java.lang.String DN, java.lang.String passwd)
          Authenticates user with the LDAP server.
 void LDAPConnection.bind(java.lang.String dn, java.lang.String passwd)
          Authenticates to the LDAP server (to which you are currently connected) using the specified name and password.
 void LDAPConnection.bind(java.lang.String dn, java.lang.String[] mechanisms, java.util.Hashtable props, java.lang.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.bind(java.lang.String dn, java.lang.String passwd, LDAPConstraints cons)
          Authenticates to the LDAP server (to which you are currently connected) using the specified name and password.
 LDAPResponseListener LDAPAsynchronousConnection.bind(java.lang.String dn, java.lang.String passwd, LDAPResponseListener listener)
          Authenticates to the LDAP server (that the object is currently connected to) using the specified name and password.
 LDAPResponseListener LDAPConnection.bind(java.lang.String dn, java.lang.String passwd, LDAPResponseListener listener)
          Authenticates to the LDAP server (to which the object is currently connected) using the specified name and password.
 LDAPResponseListener LDAPAsynchronousConnection.bind(java.lang.String dn, java.lang.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 an LDAPConstraints object.
 LDAPResponseListener LDAPConnection.bind(java.lang.String dn, java.lang.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 an LDAPConstraints object.
 boolean LDAPv2.compare(java.lang.String DN, LDAPAttribute attr)
          Compares the given entry's attribute value to the specified attribute value.
 boolean LDAPConnection.compare(java.lang.String DN, LDAPAttribute attr)
          Checks to see if an entry contains an attribute with a specified value.
 boolean LDAPv2.compare(java.lang.String DN, LDAPAttribute attr, LDAPConstraints cons)
          Compares the given entry's attribute value to the specified attribute value.
 boolean LDAPConnection.compare(java.lang.String DN, LDAPAttribute attr, LDAPConstraints cons)
           
 LDAPResponseListener LDAPAsynchronousConnection.compare(java.lang.String dn, LDAPAttribute attr, LDAPResponseListener listener)
          Compares an attribute value with one in the directory.
 LDAPResponseListener LDAPConnection.compare(java.lang.String dn, LDAPAttribute attr, LDAPResponseListener listener)
          Compare an attribute value with one in the directory.
 LDAPResponseListener LDAPAsynchronousConnection.compare(java.lang.String dn, LDAPAttribute attr, LDAPResponseListener listener, LDAPConstraints cons)
          Compares an attribute value with one in the directory.
 LDAPResponseListener LDAPConnection.compare(java.lang.String dn, LDAPAttribute attr, LDAPResponseListener listener, LDAPConstraints cons)
          Compare an attribute value with one in the directory.
 boolean LDAPConnection.compare(java.lang.String DN, LDAPAttribute attr, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPConnection.connect(int version, java.lang.String host, int port, java.lang.String dn, java.lang.String passwd)
          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 LDAPv3.connect(int version, java.lang.String host, int port, java.lang.String dn, java.lang.String passwd)
          Connects and authenticates to the LDAP server using the specified version of the LDAP protocol.
 void LDAPConnection.connect(int version, java.lang.String host, int port, java.lang.String dn, java.lang.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, java.lang.String host, int port, java.lang.String dn, java.lang.String passwd, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPv2.connect(java.lang.String host, int port)
          Connects to the LDAP server.
 void LDAPConnection.connect(java.lang.String host, int port)
          Connects to the specified host and port.
 void LDAPv2.connect(java.lang.String host, int port, java.lang.String dn, java.lang.String passwd)
          Connects and authenticates to the LDAP server.
 void LDAPConnection.connect(java.lang.String host, int port, java.lang.String dn, java.lang.String passwd)
          Connects to the specified host and port and uses the specified DN and password to authenticate to the server.
 void LDAPConnection.connect(java.lang.String host, int port, java.lang.String dn, java.lang.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(java.lang.String host, int port, java.lang.String dn, java.lang.String passwd, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPv2.delete(java.lang.String DN)
          Removes an entry from the directory.
 void LDAPConnection.delete(java.lang.String DN)
          Deletes the entry for the specified DN from the directory.
 void LDAPv2.delete(java.lang.String DN, LDAPConstraints cons)
          Removes an entry from the directory.
 void LDAPConnection.delete(java.lang.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 an LDAPConstraints object.
 LDAPResponseListener LDAPAsynchronousConnection.delete(java.lang.String dn, LDAPResponseListener listener)
          Deletes the entry for the specified DN from the directory.
 LDAPResponseListener LDAPConnection.delete(java.lang.String dn, LDAPResponseListener listener)
          Deletes the entry for the specified DN from the directory.
 LDAPResponseListener LDAPAsynchronousConnection.delete(java.lang.String dn, LDAPResponseListener listener, LDAPConstraints cons)
          Deletes the entry for the specified DN from the directory.
 LDAPResponseListener LDAPConnection.delete(java.lang.String dn, LDAPResponseListener listener, LDAPConstraints cons)
          Deletes the entry for the specified DN from the directory.
 void LDAPConnection.delete(java.lang.String DN, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPv2.disconnect()
          Disconnects from the LDAP server.
 void LDAPConnection.disconnect()
          Disconnects from the LDAP server.
 void LDAPSSLSocketWrapFactory.enableClientAuth()
          (Not implemented yet)
Enables client authentication for an application running in a java VM which provides transparent certificate database management.
 void LDAPSSLSocketFactory.enableClientAuth(java.lang.String certdb, java.lang.String keydb, java.lang.String keypwd, java.lang.String certnickname, java.lang.String keynickname)
          This method is currently not implemented.
 LDAPExtendedOperation LDAPConnection.extendedOperation(LDAPExtendedOperation op)
          Performs an extended operation on the directory.
 LDAPExtendedOperation LDAPv3.extendedOperation(LDAPExtendedOperation op)
          Performs an extended operation on the directory.
 LDAPExtendedOperation LDAPConnection.extendedOperation(LDAPExtendedOperation op, LDAPConstraints cons)
          Performs an extended operation on the directory.
 LDAPExtendedOperation LDAPConnection.extendedOperation(LDAPExtendedOperation op, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPSchema.fetchSchema(LDAPConnection ld)
          Retrieve the entire schema from the root of a Directory Server.
 void LDAPSchema.fetchSchema(LDAPConnection ld, java.lang.String dn)
          Retrieve the schema for a specific entry.
 void LDAPConnection.finalize()
          Finalize method, which disconnects from the LDAP server.
 java.lang.Object LDAPv2.getOption(int option)
          Retrieves an option that applies to the connection.
 java.lang.Object LDAPConnection.getOption(int option)
          Returns the value of the specified option for this LDAPConnection object.
 java.lang.Object LDAPConnection.getProperty(java.lang.String name)
          Gets a property of a connection.
 LDAPMessage 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.
 LDAPResponse 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.
 java.net.Socket LDAPTLSSocketFactory.makeSocket(java.net.Socket s)
          Creates an SSL socket layered over an existing socket.
 java.net.Socket LDAPSSLSocketFactory.makeSocket(java.lang.String host, int port)
          Returns a socket to the LDAP server with the specified host name and port number.
 java.net.Socket LDAPSSLSocketWrapFactory.makeSocket(java.lang.String host, int port)
          Returns socket to the specified host name and port number.
 java.net.Socket LDAPSocketFactory.makeSocket(java.lang.String host, int port)
          Returns a socket to the specified host name and port number.
 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, java.lang.String dn)
          Replaces a single value of the object class, attribute type, or matching rule definition in the schema.
 void LDAPv2.modify(java.lang.String DN, LDAPModification mod)
          Modifies an attribute of a directory entry.
 void LDAPConnection.modify(java.lang.String DN, LDAPModification mod)
          Makes a single change to an existing entry in the directory.
 void LDAPConnection.modify(java.lang.String DN, LDAPModification[] mods)
          Makes a set of changes to an existing entry in the directory.
 void LDAPConnection.modify(java.lang.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 an LDAPConstraints object.
 void LDAPConnection.modify(java.lang.String DN, LDAPModification[] mods, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPv2.modify(java.lang.String DN, LDAPModification mod, LDAPConstraints cons)
          Modifies an attribute of a directory entry.
 void LDAPConnection.modify(java.lang.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 an LDAPConstraints object.
 LDAPResponseListener LDAPAsynchronousConnection.modify(java.lang.String dn, LDAPModification mod, LDAPResponseListener listener)
          Makes a single change to an existing entry in the directory.
 LDAPResponseListener LDAPConnection.modify(java.lang.String dn, LDAPModification mod, LDAPResponseListener listener)
          Makes a single change to an existing entry in the directory.
 LDAPResponseListener LDAPAsynchronousConnection.modify(java.lang.String dn, LDAPModification mod, LDAPResponseListener listener, LDAPConstraints cons)
          Makes a single change to an existing entry in the directory.
 LDAPResponseListener LDAPConnection.modify(java.lang.String dn, LDAPModification mod, LDAPResponseListener listener, LDAPConstraints cons)
          Makes a single change to an existing entry in the directory.
 void LDAPConnection.modify(java.lang.String DN, LDAPModification mod, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPv2.modify(java.lang.String DN, LDAPModificationSet mods)
          Modifies the attributes of a directory entry.
 void LDAPConnection.modify(java.lang.String DN, LDAPModificationSet mods)
          Makes a set of changes to an existing entry in the directory.
 void LDAPv2.modify(java.lang.String DN, LDAPModificationSet mods, LDAPConstraints cons)
          Modifies the attributes of a directory entry.
 void LDAPConnection.modify(java.lang.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 an LDAPConstraints object.
 LDAPResponseListener LDAPAsynchronousConnection.modify(java.lang.String dn, LDAPModificationSet mods, LDAPResponseListener listener)
          Makes a set of changes to an existing entry in the directory.
 LDAPResponseListener LDAPConnection.modify(java.lang.String dn, LDAPModificationSet mods, LDAPResponseListener listener)
          Makes a set of changes to an existing entry in the directory.
 LDAPResponseListener LDAPAsynchronousConnection.modify(java.lang.String dn, LDAPModificationSet mods, LDAPResponseListener listener, LDAPConstraints cons)
          Makes a set of changes to an existing entry in the directory.
 LDAPResponseListener LDAPConnection.modify(java.lang.String dn, LDAPModificationSet mods, LDAPResponseListener listener, LDAPConstraints cons)
          Makes a set of changes to an existing entry in the directory.
 void LDAPConnection.modify(java.lang.String DN, LDAPModificationSet mods, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 LDAPEntry 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.
static LDAPEntry LDAPConnection.read(LDAPUrl toGet)
          Reads the entry specified by the LDAP URL.
 LDAPEntry LDAPv2.read(java.lang.String DN)
          Read the entry corresponding to the specified distinguished name (DN).
 LDAPEntry LDAPConnection.read(java.lang.String DN)
          Reads the entry for the specified distiguished name (DN) and retrieves all attributes for the entry.
 LDAPEntry LDAPConnection.read(java.lang.String DN, LDAPSearchConstraints cons)
          Reads the entry for the specified distiguished name (DN) and retrieves all attributes for the entry.
 LDAPEntry LDAPv2.read(java.lang.String DN, java.lang.String[] attrs)
          Read the entry corresponding to the specified distinguished name (DN), and retrieve only the specified attributes.
 LDAPEntry LDAPConnection.read(java.lang.String DN, java.lang.String[] attrs)
          Reads the entry for the specified distinguished name (DN) and retrieves only the specified attributes from the entry.
 LDAPEntry LDAPv2.read(java.lang.String DN, java.lang.String[] attrs, LDAPSearchConstraints cons)
          Read the entry corresponding to the specified distinguished name (DN), and retrieve only the specified attributes.
 LDAPEntry LDAPConnection.read(java.lang.String DN, java.lang.String[] attrs, LDAPSearchConstraints cons)
           
 void LDAPConnection.reconnect()
          Disconnect from the server and then reconnect using the current credentials and authentication method.
static void LDAPControl.register(java.lang.String oid, java.lang.Class controlClass)
          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, java.lang.String dn)
          Removes the current object class, attribute type, or matching rule definition from the schema.
 void LDAPv2.rename(java.lang.String DN, java.lang.String newRDN, boolean deleteOldRDN)
          Changes the name of an entry in the directory.
 void LDAPConnection.rename(java.lang.String DN, java.lang.String newRDN, boolean deleteOldRDN)
          Renames an existing entry in the directory.
 void LDAPv2.rename(java.lang.String DN, java.lang.String newRDN, boolean deleteOldRDN, LDAPConstraints cons)
          Changes the name of an entry in the directory.
 void LDAPConnection.rename(java.lang.String DN, java.lang.String newRDN, boolean deleteOldRDN, LDAPConstraints cons)
          Renames an existing entry in the directory.
 LDAPResponseListener LDAPAsynchronousConnection.rename(java.lang.String dn, java.lang.String newRdn, boolean deleteOldRdn, LDAPResponseListener listener)
          Renames an existing entry in the directory.
 LDAPResponseListener LDAPConnection.rename(java.lang.String dn, java.lang.String newRdn, boolean deleteOldRdn, LDAPResponseListener listener)
          Renames an existing entry in the directory.
 LDAPResponseListener LDAPAsynchronousConnection.rename(java.lang.String dn, java.lang.String newRdn, boolean deleteOldRdn, LDAPResponseListener listener, LDAPConstraints cons)
          Renames an existing entry in the directory.
 LDAPResponseListener LDAPConnection.rename(java.lang.String dn, java.lang.String newRdn, boolean deleteOldRdn, LDAPResponseListener listener, LDAPConstraints cons)
          Renames an existing entry in the directory.
 void LDAPConnection.rename(java.lang.String DN, java.lang.String newRDN, boolean deleteOldRDN, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPConnection.rename(java.lang.String dn, java.lang.String newRDN, java.lang.String newParentDN, boolean deleteOldRDN)
          Renames an existing entry in the directory and (optionally) changes the location of the entry in the directory tree.
 void LDAPv3.rename(java.lang.String DN, java.lang.String newRDN, java.lang.String newParentDN, boolean deleteOldRDN)
          Renames and moves an entry in the directory.
 void LDAPConnection.rename(java.lang.String DN, java.lang.String newRDN, java.lang.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 LDAPv3.rename(java.lang.String DN, java.lang.String newRDN, java.lang.String newParentDN, boolean deleteOldRDN, LDAPConstraints cons)
          Renames and moves an entry in the directory.
 void LDAPConnection.rename(java.lang.String DN, java.lang.String newRDN, java.lang.String newParentDN, boolean deleteOldRDN, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
static LDAPSearchResults LDAPConnection.search(LDAPUrl toGet)
          Performs the search specified by the LDAP URL.
static LDAPSearchResults LDAPConnection.search(LDAPUrl toGet, LDAPSearchConstraints cons)
          Performs the search specified by the LDAP URL.
 LDAPSearchResults LDAPv2.search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean attrsOnly)
          Searches for entries in the directory.
 LDAPSearchResults LDAPConnection.search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean attrsOnly)
          Performs the search specified by the criteria that you enter.
 LDAPSearchResults LDAPv2.search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons)
          Searches for entries in the directory.
 LDAPSearchResults LDAPConnection.search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons)
          Performs the search specified by the criteria that you enter.
 LDAPSearchListener LDAPAsynchronousConnection.search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean typesOnly, LDAPSearchListener listener)
          Performs the search specified by the criteria that you enter.
 LDAPSearchListener LDAPConnection.search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean typesOnly, LDAPSearchListener listener)
          Performs the search specified by the criteria that you enter.
 LDAPSearchListener LDAPAsynchronousConnection.search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons)
          Performs the search specified by the criteria that you enter.
 LDAPSearchListener LDAPConnection.search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons)
          Performs the search specified by the criteria that you enter.
 void LDAPv2.setOption(int option, java.lang.Object value)
          Sets an option that applies to the connection.
 void LDAPConnection.setOption(int option, java.lang.Object value)
          Sets the value of the specified option for this LDAPConnection object.
 void LDAPConnection.setProperty(java.lang.String name, java.lang.Object val)
          Change a property of a connection.
 void LDAPConnection.startTLS()
          Begin using the Transport Layer Security (TLS) protocol for session privacy.
protected  void LDAPSchemaElement.update(LDAPConnection ld, int op, LDAPAttribute[] attrs, java.lang.String dn)
          Adds, removes or modifies the definition from a Directory.
protected  void LDAPSchemaElement.update(LDAPConnection ld, int op, LDAPAttribute attr, java.lang.String dn)
          Adds, removes or modifies the definition from a Directory.
protected  void LDAPSchemaElement.update(LDAPConnection ld, int op, java.lang.String name, java.lang.String dn)
          Adds, removes or modifies the definition from a Directory.
protected  void LDAPMatchingRuleSchema.update(LDAPConnection ld, int op, java.lang.String name, java.lang.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 LDAPException
protected  void LDAPBasePropertySupport.connect(LDAPConnection conn, java.lang.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 LDAPException
LDAPEntryChangeControl(java.lang.String oid, boolean critical, byte[] value)
          Contructs an LDAPEntryChangedControl object.
LDAPPasswordExpiredControl(java.lang.String oid, boolean critical, byte[] value)
          Contructs an LDAPPasswordExpiredControl object.
LDAPPasswordExpiringControl(java.lang.String oid, boolean critical, byte[] value)
          Contructs an LDAPPasswordExpiringControl object.
LDAPSortControl(java.lang.String oid, boolean critical, byte[] value)
          Constructs a sort response LDAPSortControl object.
LDAPVirtualListResponse(java.lang.String oid, boolean critical, byte[] value)
          Contructs an LDAPVirtualListResponse object.
 

Uses of LDAPException in netscape.ldap.factory
 

Methods in netscape.ldap.factory that throw LDAPException
static void JSSSocketFactory.initialize(java.lang.String certdbDir)
          Initialize the JSS security subsystem.
 java.net.Socket JSSESocketFactory.makeSocket(java.net.Socket s)
          Creates an SSL socket layered over an existing socket.
 java.net.Socket JSSSocketFactory.makeSocket(java.net.Socket s)
          Creates an SSL socket layered over an existing socket.
 java.net.Socket JSSESocketFactory.makeSocket(java.lang.String host, int port)
          Creates an SSL socket.
 java.net.Socket JSSSocketFactory.makeSocket(java.lang.String host, int port)
          Creates an SSL socket
 

Constructors in netscape.ldap.factory that throw LDAPException
JSSSocketFactory()
          Constructs a new JSSSocketFactory, initializing the JSS security system if it has not already been initialized.
JSSSocketFactory(java.lang.String certdbDir)
          Constructs a new JSSSocketFactory, 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 LDAPException
ConnectionPool(int min, int max, LDAPConnection ldc)
          Constructor for using an existing connection to clone from.
ConnectionPool(int min, int max, java.lang.String host, int port)
          Constructor for specifying all parameters, anonymous identity
ConnectionPool(int min, int max, java.lang.String host, int port, java.lang.String authdn, java.lang.String authpw)
          Constructor for specifying all parameters
ConnectionPool(java.lang.String host, int port)
          Constructor for using default parameters, anonymous identity