Uses of Class netscape.ldap.LDAPConstraints

Uses in package netscape.ldap

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
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
LDAPConnection.authenticate(String dn, String passwd, LDAPConstraints cons)
Authenticates to the LDAP server (to which you are currently connected) using the specified name and password.
void
LDAPConnection.authenticate(int version, String dn, String passwd, LDAPConstraints cons)
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
LDAPConnection.bind(String dn, String passwd, LDAPConstraints cons)
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
LDAPConnection.bind(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.
void
LDAPConnection.bind(int version, String dn, String passwd, LDAPConstraints cons)
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
LDAPv2.compare(String DN, LDAPAttribute attr, LDAPConstraints cons)
Compares the given entry's attribute value to the specified attribute value.
LDAPResponseListener
Compares an attribute value with one in the directory.
LDAPResponseListener
Compare an attribute value with one in the directory.
void
LDAPConnection.connect(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.
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
LDAPv2.delete(String DN, LDAPConstraints cons)
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
Makes a single change to an existing entry in the directory.
LDAPResponseListener
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
Makes a set of changes to an existing entry in the directory.
LDAPResponseListener
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
LDAPConnection.rename(String DN, String newRDN, boolean deleteOldRDN, LDAPConstraints cons)
Renames an existing entry in the directory.
void
LDAPv2.rename(String DN, String newRDN, boolean deleteOldRDN, LDAPConstraints cons)
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).

Uses in package

Methods with parameter type netscape.ldap.LDAPConstraints

void