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.void
LDAPConnection.modify
(String DN, LDAPModificationSet mods) Makes a set of changes to an existing entry in the directory.void
LDAPConnection.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 anLDAPConstraints
object.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.void
LDAPConnection.modify
(String DN, LDAPModificationSet mods, LDAPSearchConstraints cons) Deprecated.void
LDAPv2.modify
(String DN, LDAPModificationSet mods) Modifies the attributes of a directory entry.void
LDAPv2.modify
(String DN, LDAPModificationSet mods, LDAPConstraints cons) Modifies the attributes of a directory entry.
cons
isLDAPConstraints
instead ofLDAPSearchConstraints