Uses of Class
netscape.ldap.LDAPSearchResults
Packages that use LDAPSearchResults
-
Uses of LDAPSearchResults in Unnamed Package
Methods in Unnamed Package with parameters of type LDAPSearchResultsModifier and TypeMethodDescriptionprivate static voidLDAPSearch.printResults(LDAPSearchResults res) Print the result entries. -
Uses of LDAPSearchResults in com.netscape.jndi.ldap
Fields in com.netscape.jndi.ldap declared as LDAPSearchResultsConstructors in com.netscape.jndi.ldap with parameters of type LDAPSearchResultsModifierConstructorDescriptionBaseSearchEnum(LDAPSearchResults res, LdapContextImpl ctx) BindingEnum(LDAPSearchResults res, LdapContextImpl ctx) SearchResultEnum(LDAPSearchResults res, boolean returnObjs, LdapContextImpl ctx) -
Uses of LDAPSearchResults in netscape.ldap
Fields in netscape.ldap with type parameters of type LDAPSearchResultsModifier and TypeFieldDescriptionprivate Vector<LDAPSearchResults> LDAPSearchResults.referralResultsMethods in netscape.ldap that return LDAPSearchResultsModifier and TypeMethodDescriptionPerforms 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.static LDAPSearchResultsPerforms the search specified by the LDAP URL.static LDAPSearchResultsLDAPConnection.search(LDAPUrl toGet, LDAPSearchConstraints cons) Performs the search specified by the LDAP URL.Deprecated, for removal: This API element is subject to removal in a future version.Searches for entries in the directory.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.Methods in netscape.ldap with parameters of type LDAPSearchResultsModifier and TypeMethodDescriptionvoidLDAPConnection.abandon(LDAPSearchResults searchResults) Abandons a current search operation, notifying the server not to send additional search results.voidLDAPv2.abandon(LDAPSearchResults results) Deprecated, for removal: This API element is subject to removal in a future version.Notifies the server to not send additional results associated with thisLDAPSearchResultsobject, and discards any results already received.(package private) voidLDAPSearchResults.addReferralEntries(LDAPSearchResults res) (package private) voidLDAPConnection.checkSearchMsg(LDAPSearchResults value, LDAPMessage msg, LDAPSearchConstraints cons, String dn, int scope, String filter, String[] attrs, boolean attrsOnly)