Uses of Class
netscape.ldap.LDAPSearchConstraints

Packages that use LDAPSearchConstraints
netscape.ldap   
 

Uses of LDAPSearchConstraints in netscape.ldap
 

Methods in netscape.ldap that return LDAPSearchConstraints
 LDAPSearchConstraints LDAPConnection.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 the search method).
 

Methods in netscape.ldap with parameters of type LDAPSearchConstraints
 void LDAPConnection.add(LDAPEntry entry, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPConnection.authenticate(int version, java.lang.String dn, java.lang.String passwd, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPConnection.authenticate(java.lang.String dn, java.lang.String passwd, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 boolean LDAPConnection.compare(java.lang.String DN, LDAPAttribute attr, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPConnection.connect(int version, java.lang.String host, int port, java.lang.String dn, java.lang.String passwd, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPConnection.connect(java.lang.String host, int port, java.lang.String dn, java.lang.String passwd, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPConnection.delete(java.lang.String DN, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 LDAPExtendedOperation LDAPConnection.extendedOperation(LDAPExtendedOperation op, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPConnection.modify(java.lang.String DN, LDAPModification[] mods, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPConnection.modify(java.lang.String DN, LDAPModification mod, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPConnection.modify(java.lang.String DN, LDAPModificationSet mods, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 LDAPEntry LDAPConnection.read(java.lang.String DN, LDAPSearchConstraints cons)
          Reads the entry for the specified distiguished name (DN) and retrieves all attributes for the entry.
 LDAPEntry LDAPConnection.read(java.lang.String DN, java.lang.String[] attrs, LDAPSearchConstraints cons)
           
 LDAPEntry LDAPv2.read(java.lang.String DN, java.lang.String[] attrs, LDAPSearchConstraints cons)
          Read the entry corresponding to the specified distinguished name (DN), and retrieve only the specified attributes.
 void LDAPConnection.rename(java.lang.String DN, java.lang.String newRDN, boolean deleteOldRDN, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
 void LDAPConnection.rename(java.lang.String DN, java.lang.String newRDN, java.lang.String newParentDN, boolean deleteOldRDN, LDAPSearchConstraints cons)
          Deprecated. Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
static LDAPSearchResults LDAPConnection.search(LDAPUrl toGet, LDAPSearchConstraints cons)
          Performs the search specified by the LDAP URL.
 LDAPSearchResults LDAPConnection.search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons)
          Performs the search specified by the criteria that you enter.
 LDAPSearchResults LDAPv2.search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons)
          Searches for entries in the directory.
 LDAPSearchListener LDAPAsynchronousConnection.search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons)
          Performs the search specified by the criteria that you enter.
 LDAPSearchListener LDAPConnection.search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons)
          Performs the search specified by the criteria that you enter.
 void LDAPConnection.setSearchConstraints(LDAPSearchConstraints cons)
          Set the default constraint set for all search operations.