Uses of Class
org.ldaptive.SearchResultReference
Packages that use SearchResultReference
-
Uses of SearchResultReference in org.ldaptive
Fields in org.ldaptive with type parameters of type SearchResultReferenceModifier and TypeFieldDescriptionprivate final Set<SearchResultReference>SearchResponse.resultReferencesSearch result references contained in this result.Methods in org.ldaptive that return SearchResultReferenceModifier and TypeMethodDescriptionSearchResponse.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 SearchResultReferenceModifier and TypeMethodDescriptionSearchResponse.getReferences()Returns a collection of ldap entry.Methods in org.ldaptive with parameters of type SearchResultReferenceModifier and TypeMethodDescriptionvoidSearchResponse.addReferences(SearchResultReference... reference) Adds a reference to this search result.SearchResponse.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 SearchResultReferenceModifier and TypeMethodDescriptionvoidSearchResponse.addReferences(Collection<SearchResultReference> references) Adds references(s) to this search result.Constructors in org.ldaptive with parameters of type SearchResultReferenceModifierConstructorDescription(package private)ReferralUriHandler(SearchResultReference response) Creates a new referral URI handler. -
Uses of SearchResultReference in org.ldaptive.io
Methods in org.ldaptive.io that return SearchResultReferenceModifier and TypeMethodDescriptionprivate 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 SearchResultReferenceModifier and TypeMethodDescriptionprotected 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 SearchResultReferenceModifier and TypeMethodDescriptionvoidDefaultSearchOperationHandle.reference(SearchResultReference r)