Uses of Class
netscape.ldap.LDAPModificationSet
Packages that use LDAPModificationSet
-
Uses of LDAPModificationSet in com.netscape.jndi.ldap
Methods in com.netscape.jndi.ldap that return LDAPModificationSetModifier and TypeMethodDescription(package private) static LDAPModificationSet
AttributesImpl.jndiAttrsToLdapModSet
(int modop, Attributes jndiAttrs) Create a LDAPModificationSet from a JNDI mod operation and JNDI Attributes(package private) static LDAPModificationSet
AttributesImpl.jndiModsToLdapModSet
(ModificationItem[] jndiMods) Convert and array of JNDI ModificationItem to a LDAPModificationSetMethods in com.netscape.jndi.ldap with parameters of type LDAPModificationSetModifier and TypeMethodDescription(package private) void
LdapService.modifyEntry
(LdapContextImpl ctx, String name, LDAPModificationSet mods) Modify LDAP entry attributes -
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) Deprecated, for removal: This API element is subject to removal in a future version.Modifies the attributes of a directory entry.void
LDAPv2.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.
cons
isLDAPConstraints
instead ofLDAPSearchConstraints