Uses of Class
netscape.ldap.LDAPResponseListener

Packages that use LDAPResponseListener
netscape.ldap   
 

Uses of LDAPResponseListener in netscape.ldap
 

Methods in netscape.ldap that return LDAPResponseListener
 LDAPResponseListener LDAPConnection.add(LDAPEntry entry, LDAPResponseListener listener)
          Adds an entry to the directory.
 LDAPResponseListener LDAPAsynchronousConnection.add(LDAPEntry entry, LDAPResponseListener listener)
          Adds an entry to the directory.
 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.
 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.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.
 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.
 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)
          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, 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.
 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.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)
          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.
 LDAPResponseListener LDAPAsynchronousConnection.compare(java.lang.String dn, LDAPAttribute attr, LDAPResponseListener listener, LDAPConstraints cons)
          Compares an attribute value with one in 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)
          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.
 LDAPResponseListener LDAPAsynchronousConnection.delete(java.lang.String dn, LDAPResponseListener listener, LDAPConstraints cons)
          Deletes the entry for the specified DN from 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)
          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.
 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, 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)
          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.
 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.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)
          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.
 LDAPResponseListener LDAPAsynchronousConnection.rename(java.lang.String dn, java.lang.String newRdn, boolean deleteOldRdn, LDAPResponseListener listener, LDAPConstraints cons)
          Renames an existing entry in the directory.
 

Methods in netscape.ldap with parameters of type LDAPResponseListener
 LDAPResponseListener LDAPConnection.add(LDAPEntry entry, LDAPResponseListener listener)
          Adds an entry to the directory.
 LDAPResponseListener LDAPAsynchronousConnection.add(LDAPEntry entry, LDAPResponseListener listener)
          Adds an entry to the directory.
 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.
 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.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.
 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.
 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)
          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, 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.
 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.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)
          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.
 LDAPResponseListener LDAPAsynchronousConnection.compare(java.lang.String dn, LDAPAttribute attr, LDAPResponseListener listener, LDAPConstraints cons)
          Compares an attribute value with one in 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)
          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.
 LDAPResponseListener LDAPAsynchronousConnection.delete(java.lang.String dn, LDAPResponseListener listener, LDAPConstraints cons)
          Deletes the entry for the specified DN from the directory.
 void LDAPResponseListener.merge(LDAPResponseListener listener2)
          Merge two response listeners.
 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)
          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.
 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, 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)
          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.
 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.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)
          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.
 LDAPResponseListener LDAPAsynchronousConnection.rename(java.lang.String dn, java.lang.String newRdn, boolean deleteOldRdn, LDAPResponseListener listener, LDAPConstraints cons)
          Renames an existing entry in the directory.