Uses of Class
netscape.ldap.LDAPModification
Packages that use LDAPModification
-
Uses of LDAPModification in netscape.ldap
Fields in netscape.ldap with type parameters of type LDAPModificationModifier and TypeFieldDescriptionprivate Vector<LDAPModification>LDAPModificationSet.modificationsMethods in netscape.ldap that return LDAPModificationModifier and TypeMethodDescriptionLDAPModificationSet.elementAt(int index) Retrieves a particularLDAPModificationobject 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.voidLDAPConnection.modify(String DN, LDAPModification mod) Makes a single change to an existing entry in the directory.voidLDAPConnection.modify(String DN, LDAPModification[] mods) Makes a set of changes to an existing entry in the directory.voidLDAPConnection.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 anLDAPConstraintsobject.voidLDAPConnection.modify(String DN, LDAPModification[] mods, LDAPSearchConstraints cons) Deprecated.voidLDAPConnection.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 anLDAPConstraintsobject.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.voidLDAPConnection.modify(String DN, LDAPModification mod, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPv2.modify(String DN, LDAPModification mod) Deprecated, for removal: This API element is subject to removal in a future version.Modifies an attribute of a directory entry.voidLDAPv2.modify(String DN, LDAPModification mod, LDAPConstraints cons) Deprecated, for removal: This API element is subject to removal in a future version.Modifies an attribute of a directory entry.(package private) voidLDAPConnection.performReferrals(LDAPReferralException e, LDAPConstraints cons, int ops, String dn, int scope, String filter, String[] types, boolean attrsOnly, LDAPModification[] mods, LDAPEntry entry, LDAPAttribute attr, Vector<Object> results) Follows a referral.(package private) voidLDAPConnection.referralOperation(LDAPConnection connection, LDAPConstraints cons, int ops, String dn, int scope, String filter, String[] types, boolean attrsOnly, LDAPModification[] mods, LDAPEntry entry, LDAPAttribute attr, Vector<Object> results) -
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
Fields in netscape.ldap.util with type parameters of type LDAPModificationModifier and TypeFieldDescriptionprivate Vector<LDAPModification>LDIFModifyContent.m_modsInternal variablesMethods 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 TypeMethodDescriptionvoidLDIFModifyContent.addElement(LDAPModification mod) Specifies an additional modification that should be made to the entry.
consisLDAPConstraintsinstead ofLDAPSearchConstraints