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 void
LDAPSearch.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.referralResults
Methods 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 LDAPSearchResults
Performs the search specified by the LDAP URL.static LDAPSearchResults
LDAPConnection.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 TypeMethodDescriptionvoid
LDAPConnection.abandon
(LDAPSearchResults searchResults) Abandons a current search operation, notifying the server not to send additional search results.void
LDAPv2.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 thisLDAPSearchResults
object, and discards any results already received.(package private) void
LDAPSearchResults.addReferralEntries
(LDAPSearchResults res) (package private) void
LDAPConnection.checkSearchMsg
(LDAPSearchResults value, LDAPMessage msg, LDAPSearchConstraints cons, String dn, int scope, String filter, String[] attrs, boolean attrsOnly)