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 LDAPModificationSetAttributesImpl.jndiAttrsToLdapModSet(int modop, Attributes jndiAttrs) Create a LDAPModificationSet from a JNDI mod operation and JNDI Attributes(package private) static LDAPModificationSetAttributesImpl.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) voidLdapService.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.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