Package netscape.ldap

Class LDAPModification

java.lang.Object
netscape.ldap.LDAPModification
All Implemented Interfaces:
Serializable

public class LDAPModification extends Object implements Serializable
Specifies changes to be made to the values of an attribute. The change is specified in terms of the following aspects:

  • the type of modification (add, replace, or delete the value of an attribute)
  • the type of value being modified (string or binary)
  • the name of the attribute being modified
  • the actual value

After you specify a change to an attribute, you can execute the change by calling the LDAPConnection.modify method and specifying the DN of the entry that you want to modify.

Version:
1.0
See Also: