Uses of Class
netscape.ldap.LDAPConstraints
Packages that use LDAPConstraints
-
Uses of LDAPConstraints in netscape.ldap
Subclasses of LDAPConstraints in netscape.ldapModifier and TypeClassDescriptionclass
Represents a set of search preferences.Methods in netscape.ldap that return LDAPConstraintsModifier and TypeMethodDescriptionLDAPConnection.getConstraints()
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 in netscape.ldap with parameters of type LDAPConstraintsModifier and TypeMethodDescriptionLDAPAsynchronousConnection.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 anLDAPConstraints
object.void
LDAPConnection.add
(LDAPEntry entry, LDAPConstraints cons) Adds an entry to the directory and allows you to specify preferences for this LDAP add operation by using anLDAPConstraints
object.LDAPConnection.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 anLDAPConstraints
object.void
LDAPv2.add
(LDAPEntry entry, LDAPConstraints cons) Adds an entry to the directory.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.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 anLDAPConstraints
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.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 anLDAPConstraints
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.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 anLDAPConstraints
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.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 anLDAPConstraints
object.LDAPAsynchronousConnection.compare
(String dn, LDAPAttribute attr, LDAPResponseListener listener, LDAPConstraints cons) Compares an attribute value with one in the directory.boolean
LDAPConnection.compare
(String DN, LDAPAttribute attr, LDAPConstraints cons) LDAPConnection.compare
(String dn, LDAPAttribute attr, LDAPResponseListener listener, LDAPConstraints cons) Compare an attribute value with one in the directory.boolean
LDAPv2.compare
(String DN, LDAPAttribute attr, LDAPConstraints cons) Compares the given entry's attribute value to the specified attribute value.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
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.LDAPAsynchronousConnection.delete
(String dn, LDAPResponseListener listener, LDAPConstraints cons) Deletes the entry for the specified DN from the directory.void
LDAPConnection.delete
(String DN, LDAPConstraints cons) Deletes the entry for the specified DN from the directory and allows you to specify preferences for this LDAP delete operation by using anLDAPConstraints
object.LDAPConnection.delete
(String dn, LDAPResponseListener listener, LDAPConstraints cons) Deletes the entry for the specified DN from the directory.void
LDAPv2.delete
(String DN, LDAPConstraints cons) Removes an entry from the directory.LDAPConnection.extendedOperation
(LDAPExtendedOperation op, LDAPConstraints cons) Performs an extended operation on the directory.LDAPAsynchronousConnection.modify
(String dn, LDAPModification mod, LDAPResponseListener listener, LDAPConstraints cons) Makes a single change to an existing entry in the directory.LDAPAsynchronousConnection.modify
(String dn, LDAPModificationSet mods, LDAPResponseListener listener, LDAPConstraints cons) Makes a set of changes to an existing entry in the directory.void
LDAPConnection.modify
(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 anLDAPConstraints
object.void
LDAPConnection.modify
(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 anLDAPConstraints
object.LDAPConnection.modify
(String dn, LDAPModification mod, LDAPResponseListener listener, LDAPConstraints cons) Makes a single change to an existing entry in the directory.void
LDAPConnection.modify
(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 anLDAPConstraints
object.LDAPConnection.modify
(String dn, LDAPModificationSet mods, LDAPResponseListener listener, LDAPConstraints cons) Makes a set of changes to an existing entry in the directory.void
LDAPv2.modify
(String DN, LDAPModification mod, LDAPConstraints cons) Modifies an attribute of a directory entry.void
LDAPv2.modify
(String DN, LDAPModificationSet mods, LDAPConstraints cons) Modifies the attributes of a directory entry.LDAPAsynchronousConnection.rename
(String dn, String newRdn, boolean deleteOldRdn, LDAPResponseListener listener, LDAPConstraints cons) Renames an existing entry in the directory.void
LDAPConnection.rename
(String DN, String newRDN, boolean deleteOldRDN, LDAPConstraints cons) Renames an existing entry in the directory.LDAPConnection.rename
(String dn, String newRdn, boolean deleteOldRdn, LDAPResponseListener listener, LDAPConstraints cons) Renames an existing entry in the directory.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
LDAPv2.rename
(String DN, String newRDN, boolean deleteOldRDN, LDAPConstraints cons) Changes the name of an entry in the directory.void
LDAPv3.rename
(String DN, String newRDN, String newParentDN, boolean deleteOldRDN, LDAPConstraints cons) Renames and moves an entry in the directory.void
LDAPConnection.setConstraints
(LDAPConstraints cons) Set the default constraint set for all operations.