Package | Description |
---|---|
netscape.ldap | |
netscape.ldap.client.opers | |
netscape.ldap.util |
Modifier and Type | Method and Description |
---|---|
LDAPModification |
LDAPModificationSet.elementAt(int index)
Retrieves a particular
LDAPModification object at
the position specified by the index. |
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected LDAPModification[] |
JDAPModifyRequest.m_mod |
Constructor and Description |
---|
JDAPModifyRequest(java.lang.String dn,
LDAPModification[] mod)
Constructs the modify request
|
Modifier and Type | Method and Description |
---|---|
LDAPModification[] |
LDIFModifyContent.getModifications()
Retrieves the list of the modifications specified in the content
of the LDIF record.
|
Modifier and Type | Method and Description |
---|---|
void |
LDIFModifyContent.addElement(LDAPModification mod)
Specifies an additional modification that should be made to
the entry.
|