Uses of Class
netscape.ldap.LDAPModification

Packages that use LDAPModification
netscape.ldap   
netscape.ldap.client.opers   
netscape.ldap.util   
 

Uses of LDAPModification in netscape.ldap
 

Methods in netscape.ldap that return LDAPModification
 LDAPModification LDAPModificationSet.elementAt(int index)
          Retrieves a particular LDAPModification object at the position specified by the index.
 

Methods in netscape.ldap with parameters of type LDAPModification
 void LDAPv2.modify(java.lang.String DN, LDAPModification mod)
          Modifies an attribute of a directory entry.
 void LDAPConnection.modify(java.lang.String DN, LDAPModification mod)
          Makes a single change to an existing entry in the directory.
 void LDAPConnection.modify(java.lang.String DN, LDAPModification[] mods)
          Makes a set of changes to an existing entry in the directory.
 void LDAPConnection.modify(java.lang.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 an LDAPConstraints object.
 void LDAPConnection.modify(java.lang.String DN, LDAPModification[] mods, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPv2.modify(java.lang.String DN, LDAPModification mod, LDAPConstraints cons)
          Modifies an attribute of a directory entry.
 void LDAPConnection.modify(java.lang.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 an LDAPConstraints object.
 LDAPResponseListener LDAPAsynchronousConnection.modify(java.lang.String dn, LDAPModification mod, LDAPResponseListener listener)
          Makes a single change to an existing entry in the directory.
 LDAPResponseListener LDAPConnection.modify(java.lang.String dn, LDAPModification mod, LDAPResponseListener listener)
          Makes a single change to an existing entry in the directory.
 LDAPResponseListener LDAPAsynchronousConnection.modify(java.lang.String dn, LDAPModification mod, LDAPResponseListener listener, LDAPConstraints cons)
          Makes a single change to an existing entry in the directory.
 LDAPResponseListener LDAPConnection.modify(java.lang.String dn, LDAPModification mod, LDAPResponseListener listener, LDAPConstraints cons)
          Makes a single change to an existing entry in the directory.
 void LDAPConnection.modify(java.lang.String DN, LDAPModification mod, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 

Uses of LDAPModification in netscape.ldap.client.opers
 

Fields in netscape.ldap.client.opers declared as LDAPModification
protected  LDAPModification[] JDAPModifyRequest.m_mod
           
 

Constructors in netscape.ldap.client.opers with parameters of type LDAPModification
JDAPModifyRequest(java.lang.String dn, LDAPModification[] mod)
          Constructs the modify request
 

Uses of LDAPModification in netscape.ldap.util
 

Methods in netscape.ldap.util that return LDAPModification
 LDAPModification[] LDIFModifyContent.getModifications()
          Retrieves the list of the modifications specified in the content of the LDIF record.
 

Methods in netscape.ldap.util with parameters of type LDAPModification
 void LDIFModifyContent.addElement(LDAPModification mod)
          Specifies an additional modification that should be made to the entry.