|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LDAPModificationSet | |
---|---|
netscape.ldap |
Uses of LDAPModificationSet in netscape.ldap |
---|
Methods in netscape.ldap with parameters of type LDAPModificationSet | |
---|---|
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 |
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)
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. |
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. |
void |
LDAPConnection.modify(java.lang.String DN,
LDAPModificationSet mods,
LDAPSearchConstraints cons)
Deprecated. Please use the method signature where cons is
LDAPConstraints instead of LDAPSearchConstraints |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |