Uses of Class
netscape.ldap.LDAPSearchConstraints
Packages that use LDAPSearchConstraints
-
Uses of LDAPSearchConstraints in netscape.ldap
Methods in netscape.ldap that return LDAPSearchConstraintsModifier and TypeMethodDescriptionLDAPConnection.getSearchConstraints()Returns the set of search constraints that apply to all searches performed through this connection (unless you specify a different set of search constraints when calling thesearchmethod).Methods in netscape.ldap with parameters of type LDAPSearchConstraintsModifier and TypeMethodDescriptionvoidLDAPConnection.add(LDAPEntry entry, LDAPSearchConstraints cons) Deprecated.voidLDAPConnection.authenticate(int version, String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPConnection.authenticate(String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsbooleanLDAPConnection.compare(String DN, LDAPAttribute attr, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPConnection.connect(int version, String host, int port, String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPConnection.connect(String host, int port, String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPConnection.delete(String DN, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsLDAPConnection.extendedOperation(LDAPExtendedOperation op, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPConnection.modify(String DN, LDAPModification[] mods, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPConnection.modify(String DN, LDAPModification mod, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPConnection.modify(String DN, LDAPModificationSet mods, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsLDAPConnection.read(String DN, String[] attrs, LDAPSearchConstraints cons) LDAPConnection.read(String DN, LDAPSearchConstraints cons) Reads the entry for the specified distiguished name (DN) and retrieves all attributes for the entry.LDAPv2.read(String DN, String[] attrs, LDAPSearchConstraints cons) Deprecated, for removal: This API element is subject to removal in a future version.Read the entry corresponding to the specified distinguished name (DN), and retrieve only the specified attributes.voidLDAPConnection.rename(String DN, String newRDN, boolean deleteOldRDN, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPConnection.rename(String DN, String newRDN, String newParentDN, boolean deleteOldRDN, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsLDAPAsynchronousConnection.search(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.LDAPConnection.search(String base, int scope, String filter, String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.LDAPConnection.search(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.static LDAPSearchResultsLDAPConnection.search(LDAPUrl toGet, LDAPSearchConstraints cons) Performs the search specified by the LDAP URL.LDAPv2.search(String base, int scope, String filter, String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons) Deprecated, for removal: This API element is subject to removal in a future version.Searches for entries in the directory.voidLDAPConnection.setSearchConstraints(LDAPSearchConstraints cons) Set the default constraint set for all search operations.
consisLDAPConstraintsinstead ofLDAPSearchConstraints