Package netscape.ldap

Class LDAPModificationSet

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

public class LDAPModificationSet extends Object implements Serializable
Represents a set of modifications to be made to attributes in an entry. A set of modifications is made up of LDAPModification objects.

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: