Uses of Class
netscape.ldap.LDAPConstraints
Packages that use LDAPConstraints
-
Uses of LDAPConstraints in Unnamed Package
Methods in Unnamed Package with parameters of type LDAPConstraintsModifier and TypeMethodDescriptionprivate static booleanLDAPDelete.deleteEntry(String dn, LDAPConstraints cons) private static voidLDAPDelete.dodelete(LDAPConstraints cons) protected static voidLDAPTool.setDefaultReferralCredentials(LDAPConstraints cons) -
Uses of LDAPConstraints in netscape.ldap
Subclasses of LDAPConstraints in netscape.ldapModifier and TypeClassDescriptionclassRepresents a set of search preferences.Fields in netscape.ldap declared as LDAPConstraintsMethods 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 anLDAPConstraintsobject.voidLDAPConnection.add(LDAPEntry entry, LDAPConstraints cons) Adds an entry to the directory and allows you to specify preferences for this LDAP add operation by using anLDAPConstraintsobject.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 anLDAPConstraintsobject.voidLDAPv2.add(LDAPEntry entry, LDAPConstraints cons) Deprecated, for removal: This API element is subject to removal in a future version.Adds an entry to the directory.voidLDAPConnection.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 anLDAPConstraintsobject.voidLDAPConnection.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 anLDAPConstraintsobject.voidLDAPConnection.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 anLDAPConstraintsobject.voidLDAPConnection.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 anLDAPConstraintsobject.LDAPAsynchronousConnection.compare(String dn, LDAPAttribute attr, LDAPResponseListener listener, LDAPConstraints cons) Compares an attribute value with one in the directory.booleanLDAPConnection.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.booleanLDAPv2.compare(String DN, LDAPAttribute attr, LDAPConstraints cons) Deprecated, for removal: This API element is subject to removal in a future version.Compares the given entry's attribute value to the specified attribute value.voidLDAPConnection.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.voidLDAPConnection.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.private voidLDAPConnection.connect(String host, int port, String dn, String passwd, LDAPConstraints cons, boolean doAuthenticate) (package private) LongLDAPCache.createKey(String host, int port, String baseDN, String filter, int scope, String[] attrs, String bindDN, LDAPConstraints cons) Create a key for a cache entry by concatenating all input parameters(package private) LDAPConnectionLDAPConnection.createReferralConnection(LDAPReferralException e, LDAPConstraints cons) Establish the LDAPConnection to the referred server.LDAPAsynchronousConnection.delete(String dn, LDAPResponseListener listener, LDAPConstraints cons) Deletes the entry for the specified DN from the directory.voidLDAPConnection.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 anLDAPConstraintsobject.LDAPConnection.delete(String dn, LDAPResponseListener listener, LDAPConstraints cons) Deletes the entry for the specified DN from the directory.voidLDAPv2.delete(String DN, LDAPConstraints cons) Deprecated, for removal: This API element is subject to removal in a future version.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.voidLDAPConnection.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 anLDAPConstraintsobject.voidLDAPConnection.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 anLDAPConstraintsobject.LDAPConnection.modify(String dn, LDAPModification mod, LDAPResponseListener listener, LDAPConstraints cons) Makes a single change to an existing entry in the directory.voidLDAPConnection.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 anLDAPConstraintsobject.LDAPConnection.modify(String dn, LDAPModificationSet mods, LDAPResponseListener listener, LDAPConstraints cons) Makes a set of changes to an existing entry in the directory.voidLDAPv2.modify(String DN, LDAPModification mod, LDAPConstraints cons) Deprecated, for removal: This API element is subject to removal in a future version.Modifies an attribute of a directory entry.voidLDAPv2.modify(String DN, LDAPModificationSet mods, LDAPConstraints cons) Deprecated, for removal: This API element is subject to removal in a future version.Modifies the attributes of a directory entry.private LDAPExtendedOperationLDAPConnection.performExtendedReferrals(LDAPReferralException e, LDAPConstraints cons, LDAPExtendedOperation op) Follows a referral for an extended operation.(package private) voidLDAPConnection.performReferrals(LDAPReferralException e, LDAPConstraints cons, int ops, String dn, int scope, String filter, String[] types, boolean attrsOnly, LDAPModification[] mods, LDAPEntry entry, LDAPAttribute attr, Vector<Object> results) Follows a referral.private LDAPConnectionLDAPConnection.referralConnect(LDAPUrl[] refList, LDAPConstraints cons) Set up connection for referral.(package private) voidLDAPConnection.referralOperation(LDAPConnection connection, LDAPConstraints cons, int ops, String dn, int scope, String filter, String[] types, boolean attrsOnly, LDAPModification[] mods, LDAPEntry entry, LDAPAttribute attr, Vector<Object> results) private voidLDAPConnection.referralRebind(LDAPConnection ldc, LDAPConstraints cons) LDAPAsynchronousConnection.rename(String dn, String newRdn, boolean deleteOldRdn, LDAPResponseListener listener, LDAPConstraints cons) Renames an existing entry in the directory.voidLDAPConnection.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.voidLDAPConnection.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.voidLDAPv2.rename(String DN, String newRDN, boolean deleteOldRDN, LDAPConstraints cons) Deprecated, for removal: This API element is subject to removal in a future version.Changes the name of an entry in the directory.voidLDAPv3.rename(String DN, String newRDN, String newParentDN, boolean deleteOldRDN, LDAPConstraints cons) Renames and moves an entry in the directory.(package private) voidLDAPConnection.sendRequest(JDAPProtocolOp oper, LDAPMessageQueue myListener, LDAPConstraints cons) Send a request to the server(package private) voidLDAPConnThread.sendRequest(LDAPConnection conn, JDAPProtocolOp request, LDAPMessageQueue toNotify, LDAPConstraints cons) Sends LDAP request via this connection thread.voidLDAPConnection.setConstraints(LDAPConstraints cons) Set the default constraint set for all operations.private voidLDAPConnection.simpleBind(LDAPConstraints cons) Internal routine.