| Frames | No Frames |
Methods with parameter type netscape.ldap.LDAPModification | |
| void | Makes a single change to an existing entry in the directory. |
| void | Modifies an attribute of a directory entry. |
| void | 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. |
| void | Modifies an attribute of a directory entry. |
| LDAPResponseListener | Makes a single change to an existing entry in the directory. |
| LDAPResponseListener | Makes a single change to an existing entry in the directory. |
| LDAPResponseListener | LDAPAsynchronousConnection.modify(String dn, LDAPModification mod, LDAPResponseListener listener, LDAPConstraints cons) Makes a single change to an existing entry in the directory. |
| LDAPResponseListener | LDAPConnection.modify(String dn, LDAPModification mod, LDAPResponseListener listener, LDAPConstraints cons) Makes a single change to an existing entry in the directory. |
| void | |
| void | Makes a set of changes to an existing entry in the directory. |
| void | 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 | |
Methods with return type netscape.ldap.LDAPModification | |
| LDAPModification | LDAPModificationSet.elementAt(int index) Retrieves a particular LDAPModification object at
the position specified by the index. |
Fields of type netscape.ldap.LDAPModification | |
| LDAPModification[] | |
Methods with parameter type netscape.ldap.LDAPModification | |
| void | Specifies an additional modification that should be made to
the entry. |
Methods with return type netscape.ldap.LDAPModification | |
| LDAPModification[] | Retrieves the list of the modifications specified in the content
of the LDIF record. |