Uses of Class
org.ldaptive.SearchResultReference
-
Packages that use SearchResultReference Package Description org.ldaptive org.ldaptive.control.util org.ldaptive.io org.ldaptive.transport -
-
Uses of SearchResultReference in org.ldaptive
Fields in org.ldaptive with type parameters of type SearchResultReference Modifier and Type Field Description private List<SearchResultReference>SearchResponse. resultReferencesSearch result references contained in this result.Methods in org.ldaptive that return SearchResultReference Modifier and Type Method Description static SearchResultReferenceSearchResultReference. copy(SearchResultReference ref)Creates a mutable copy of the supplied search result reference.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 Collection<SearchResultReference>SearchResponse. getReferences()Returns a collection of search result reference.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.static SearchResultReferenceSearchResultReference. copy(SearchResultReference ref)Creates a mutable copy of the supplied search result reference.SearchResponse.BuilderSearchResponse.Builder. reference(SearchResultReference... r)voidSearchResponse. removeReferences(SearchResultReference... reference)Removes a reference from this search result.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(Collection<SearchResultReference> references)Adds references(s) to this search result.SearchResponse.BuilderSearchResponse.Builder. reference(Collection<SearchResultReference> references)voidSearchResponse. removeReferences(Collection<SearchResultReference> references)Removes references(s) from this search result.Constructors in org.ldaptive with parameters of type SearchResultReference Constructor Description ReferralUriHandler(SearchResultReference response)Creates a new referral URI handler. -
Uses of SearchResultReference in org.ldaptive.control.util
Fields in org.ldaptive.control.util with type parameters of type SearchResultReference Modifier and Type Field Description private Consumer<SearchResultReference>SyncReplClient. onReferenceInvoked when a reference is received.private Consumer<SearchResultReference>SyncReplRunner. onReferenceInvoked when a reference is received.Method parameters in org.ldaptive.control.util with type arguments of type SearchResultReference Modifier and Type Method Description voidSyncReplClient. setOnReference(Consumer<SearchResultReference> consumer)Sets the onReference consumer.voidSyncReplRunner. setOnReference(Consumer<SearchResultReference> consumer)Sets the onReference consumer. -
Uses of SearchResultReference in org.ldaptive.io
Methods in org.ldaptive.io that return SearchResultReference Modifier and Type Method Description private SearchResultReferenceLdifReader. parseReference(List<String> section)Parses the supplied array of LDIF lines and returns a search reference.Methods in org.ldaptive.io with parameters of type SearchResultReference Modifier and Type Method Description protected 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)
-