Uses of Class
netscape.ldap.LDAPModification
Packages that use LDAPModification
-
Uses of LDAPModification in netscape.ldap
Methods in netscape.ldap that return LDAPModificationModifier and TypeMethodDescriptionLDAPModificationSet.elementAt
(int index) Retrieves a particularLDAPModification
object at the position specified by the index.Methods in netscape.ldap with parameters of type LDAPModificationModifier and TypeMethodDescriptionLDAPAsynchronousConnection.modify
(String dn, LDAPModification mod, LDAPResponseListener listener) Makes a single change to an existing entry in the directory.LDAPAsynchronousConnection.modify
(String dn, LDAPModification mod, LDAPResponseListener listener, LDAPConstraints cons) Makes a single change to an existing entry in the directory.void
LDAPConnection.modify
(String DN, LDAPModification mod) Makes a single change to an existing entry in the directory.void
LDAPConnection.modify
(String DN, LDAPModification[] mods) Makes a set of changes to an existing entry in the directory.void
LDAPConnection.modify
(String DN, LDAPModification[] 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.void
LDAPConnection.modify
(String DN, LDAPModification[] mods, LDAPSearchConstraints cons) Deprecated.void
LDAPConnection.modify
(String DN, LDAPModification mod, LDAPConstraints cons) Makes a single change 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, LDAPModification mod, LDAPResponseListener listener) Makes a single change to an existing entry in the directory.LDAPConnection.modify
(String dn, LDAPModification mod, LDAPResponseListener listener, LDAPConstraints cons) Makes a single change to an existing entry in the directory.void
LDAPConnection.modify
(String DN, LDAPModification mod, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPv2.modify
(String DN, LDAPModification mod) Modifies an attribute of a directory entry.void
LDAPv2.modify
(String DN, LDAPModification mod, LDAPConstraints cons) Modifies an attribute of a directory entry. -
Uses of LDAPModification in netscape.ldap.client.opers
Fields in netscape.ldap.client.opers declared as LDAPModificationConstructors in netscape.ldap.client.opers with parameters of type LDAPModificationModifierConstructorDescriptionJDAPModifyRequest
(String dn, LDAPModification[] mod) Constructs the modify request -
Uses of LDAPModification in netscape.ldap.util
Methods in netscape.ldap.util that return LDAPModificationModifier and TypeMethodDescriptionLDIFModifyContent.getModifications()
Retrieves the list of the modifications specified in the content of the LDIF record.Methods in netscape.ldap.util with parameters of type LDAPModificationModifier and TypeMethodDescriptionvoid
LDIFModifyContent.addElement
(LDAPModification mod) Specifies an additional modification that should be made to the entry.
cons
isLDAPConstraints
instead ofLDAPSearchConstraints