Frames | No Frames |
Classes derived from netscape.ldap.LDAPConstraints | |
class | Represents a set of search preferences. |
Methods with parameter type netscape.ldap.LDAPConstraints | |
void | Adds an entry to the directory and allows you to specify preferences
for this LDAP add operation by using an
LDAPConstraints object. |
void | Adds an entry to the directory. |
LDAPResponseListener | LDAPAsynchronousConnection.add(LDAPEntry entry, LDAPResponseListener listener, LDAPConstraints cons) Adds an entry to the directory and allows you to specify constraints
for this LDAP add operation by using an LDAPConstraints
object. |
LDAPResponseListener | Adds an entry to the directory and allows you to specify constraints
for this LDAP add operation by using an LDAPConstraints
object. |
void | Authenticates to the LDAP server (to which you are currently
connected) using the specified name and password. |
void | Authenticates to the LDAP server (to which you are currently
connected) using the specified name and password, and
requesting that the server use at least the specified
protocol version. |
LDAPResponseListener | LDAPConnection.authenticate(int version, String dn, String passwd, LDAPResponseListener listener, LDAPConstraints cons) Authenticates to the LDAP server (that the object is currently
connected to) using the specified name and password and allows you
to specify constraints for this LDAP add operation by using an
LDAPConstraints object. |
void | Authenticates to the LDAP server (to which you are currently
connected) using the specified name and password. |
LDAPResponseListener | LDAPAsynchronousConnection.bind(String dn, String passwd, LDAPResponseListener listener, LDAPConstraints cons) Authenticates to the LDAP server (that the object is currently
connected to) using the specified name and password and allows you
to specify constraints for this LDAP add operation by using an
LDAPConstraints object. |
LDAPResponseListener | Authenticates to the LDAP server (to which the object is currently
connected) using the specified name and password and allows you
to specify constraints for this LDAP add operation by using an
LDAPConstraints object. |
void | Authenticates to the LDAP server (to which you are currently
connected) using the specified name and password, and
requesting that the server use at least the specified
protocol version. |
LDAPResponseListener | LDAPConnection.bind(int version, String dn, String passwd, LDAPResponseListener listener, LDAPConstraints cons) Authenticates to the LDAP server (to which the object is currently
connected) using the specified name and password and allows you
to specify constraints for this LDAP add operation by using an
LDAPConstraints object. |
boolean | Compares the given entry's attribute value to the specified
attribute value. |
boolean | Compares the given entry's attribute value to the specified
attribute value. |
LDAPResponseListener | LDAPAsynchronousConnection.compare(String dn, LDAPAttribute attr, LDAPResponseListener listener, LDAPConstraints cons) Compares an attribute value with one in the directory. |
LDAPResponseListener | LDAPConnection.compare(String dn, LDAPAttribute attr, LDAPResponseListener listener, LDAPConstraints cons) Compare an attribute value with one in the directory. |
void | Connects to the specified host and port and uses the specified DN and
password to authenticate to the server. |
void | LDAPConnection.connect(int version, String host, int port, String dn, String passwd, LDAPConstraints cons) Connects to the specified host and port and uses the specified DN and
password to authenticate to the server, with the specified LDAP
protocol version. |
void | Deletes the entry for the specified DN from the directory and
allows you to specify preferences for this LDAP delete operation
by using an LDAPConstraints object. |
void | Removes an entry from the directory. |
LDAPResponseListener | Deletes the entry for the specified DN from the directory. |
LDAPResponseListener | Deletes the entry for the specified DN from the directory. |
LDAPExtendedOperation | Performs an extended operation on the directory. |
void | 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. |
void | Modifies an attribute of a directory entry. |
LDAPResponseListener | LDAPAsynchronousConnection.modify(String dn, LDAPModification mod, LDAPResponseListener listener, LDAPConstraints cons) Makes a single change to an existing entry in the directory. |
LDAPResponseListener | LDAPConnection.modify(String dn, LDAPModification mod, LDAPResponseListener listener, LDAPConstraints cons) Makes a single change to an existing entry in the directory. |
void | 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 | Modifies the attributes of a directory entry. |
LDAPResponseListener | LDAPAsynchronousConnection.modify(String dn, LDAPModificationSet mods, LDAPResponseListener listener, LDAPConstraints cons) Makes a set of changes to an existing entry in the directory. |
LDAPResponseListener | LDAPConnection.modify(String dn, LDAPModificationSet mods, LDAPResponseListener listener, LDAPConstraints cons) Makes a set of changes to an existing entry in the directory. |
void | 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.rename(String DN, String newRDN, String newParentDN, boolean deleteOldRDN, LDAPConstraints cons) Renames an existing entry in the directory and (optionally)
changes the location of the entry in the directory tree. |
void | LDAPv3.rename(String DN, String newRDN, String newParentDN, boolean deleteOldRDN, LDAPConstraints cons) Renames and moves an entry in the directory. |
void | Renames an existing entry in the directory. |
void | Changes the name of an entry in the directory. |
LDAPResponseListener | LDAPAsynchronousConnection.rename(String dn, String newRdn, boolean deleteOldRdn, LDAPResponseListener listener, LDAPConstraints cons) Renames an existing entry in the directory. |
LDAPResponseListener | LDAPConnection.rename(String dn, String newRdn, boolean deleteOldRdn, LDAPResponseListener listener, LDAPConstraints cons) Renames an existing entry in the directory. |
void | Set the default constraint set for all operations. |
Methods with return type netscape.ldap.LDAPConstraints | |
LDAPConstraints | Returns the set of constraints that apply to all operations
performed through this connection (unless you specify a different
set of constraints when calling a method). |
Methods with parameter type netscape.ldap.LDAPConstraints | |
void |