Package | Description |
---|---|
netscape.ldap |
Modifier and Type | Method and Description |
---|---|
void |
LDAPv2.modify(java.lang.String DN,
LDAPModificationSet mods)
Modifies the attributes of a directory entry.
|
void |
LDAPConnection.modify(java.lang.String DN,
LDAPModificationSet mods)
Makes a set of changes to an existing entry in the directory.
|
void |
LDAPv2.modify(java.lang.String DN,
LDAPModificationSet mods,
LDAPConstraints cons)
Modifies the attributes of a directory entry.
|
void |
LDAPConnection.modify(java.lang.String DN,
LDAPModificationSet 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. |
LDAPResponseListener |
LDAPConnection.modify(java.lang.String dn,
LDAPModificationSet mods,
LDAPResponseListener listener)
Makes a set of changes to an existing entry in the directory.
|
LDAPResponseListener |
LDAPAsynchronousConnection.modify(java.lang.String dn,
LDAPModificationSet mods,
LDAPResponseListener listener)
Makes a set of changes to an existing entry in the directory.
|
LDAPResponseListener |
LDAPConnection.modify(java.lang.String dn,
LDAPModificationSet mods,
LDAPResponseListener listener,
LDAPConstraints cons)
Makes a set of changes to an existing entry in the directory.
|
LDAPResponseListener |
LDAPAsynchronousConnection.modify(java.lang.String dn,
LDAPModificationSet mods,
LDAPResponseListener listener,
LDAPConstraints cons)
Makes a set of changes to an existing entry in the directory.
|
void |
LDAPConnection.modify(java.lang.String DN,
LDAPModificationSet mods,
LDAPSearchConstraints cons)
Deprecated.
Please use the method signature where
cons is
LDAPConstraints instead of LDAPSearchConstraints |