Uses of Class
org.ldaptive.SearchResultReference
-
Packages that use SearchResultReference Package Description org.ldaptive org.ldaptive.io org.ldaptive.transport -
-
Uses of SearchResultReference in org.ldaptive
Methods in org.ldaptive that return SearchResultReference Modifier and Type Method Description SearchResultReferenceSearchResponse. getReference()Returns a single search reference of this result.static SearchResultReferenceSearchResultReference. sort(SearchResultReference ref)Returns a new reference whose URIs are sorted naturally.Methods in org.ldaptive that return types with arguments of type SearchResultReference Modifier and Type Method Description java.util.Collection<SearchResultReference>SearchResponse. getReferences()Returns a collection of ldap entry.Methods in org.ldaptive with parameters of type SearchResultReference Modifier and Type Method Description voidSearchResponse. addReferences(SearchResultReference... reference)Adds a reference to this search result.SearchResponse.BuilderSearchResponse.Builder. reference(SearchResultReference... r)static SearchResultReferenceSearchResultReference. sort(SearchResultReference ref)Returns a new reference whose URIs are sorted naturally.Method parameters in org.ldaptive with type arguments of type SearchResultReference Modifier and Type Method Description voidSearchResponse. addReferences(java.util.Collection<SearchResultReference> references)Adds references(s) to this search result. -
Uses of SearchResultReference in org.ldaptive.io
Methods in org.ldaptive.io with parameters of type SearchResultReference Modifier and Type Method Description protected java.lang.StringLdifWriter. createSearchReference(SearchResultReference ref)Creates an LDIF using the supplied search reference. -
Uses of SearchResultReference in org.ldaptive.transport
Methods in org.ldaptive.transport with parameters of type SearchResultReference Modifier and Type Method Description voidDefaultSearchOperationHandle. reference(SearchResultReference r)InvokesDefaultSearchOperationHandle.onReference.
-