Frames | No Frames |
Methods with parameter type netscape.ldap.LDAPModificationSet | |
void | Makes a set of changes to an existing entry in the directory. |
void | Modifies the attributes of a directory entry. |
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 | Modifies the attributes of a directory entry. |
LDAPResponseListener | LDAPAsynchronousConnection.modify(String dn, LDAPModificationSet mods, LDAPResponseListener listener) Makes a set of changes to an existing entry in the directory. |
LDAPResponseListener | Makes a set of changes to an existing entry in the directory. |
LDAPResponseListener | LDAPAsynchronousConnection.modify(String dn, LDAPModificationSet mods, LDAPResponseListener listener, LDAPConstraints cons) Makes a set of changes to an existing entry in the directory. |
LDAPResponseListener | LDAPConnection.modify(String dn, LDAPModificationSet mods, LDAPResponseListener listener, LDAPConstraints cons) Makes a set of changes to an existing entry in the directory. |
void |