Uses of Class
netscape.ldap.LDAPModificationSet
Packages that use LDAPModificationSet
-
Uses of LDAPModificationSet in netscape.ldap
Methods in netscape.ldap with parameters of type LDAPModificationSetModifier and TypeMethodDescriptionLDAPAsynchronousConnection.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.voidLDAPConnection.modify(String DN, LDAPModificationSet mods) Makes a set of changes to an existing entry in the directory.voidLDAPConnection.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 anLDAPConstraintsobject.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.voidLDAPConnection.modify(String DN, LDAPModificationSet mods, LDAPSearchConstraints cons) Deprecated.voidLDAPv2.modify(String DN, LDAPModificationSet mods) Deprecated, for removal: This API element is subject to removal in a future version.Modifies the attributes of a directory entry.voidLDAPv2.modify(String DN, LDAPModificationSet mods, LDAPConstraints cons) Deprecated, for removal: This API element is subject to removal in a future version.Modifies the attributes of a directory entry.
consisLDAPConstraintsinstead ofLDAPSearchConstraints