|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchReference | |
|---|---|
| org.ldaptive | |
| org.ldaptive.concurrent | |
| org.ldaptive.handler | |
| org.ldaptive.io | |
| org.ldaptive.provider | |
| Uses of SearchReference in org.ldaptive |
|---|
| Methods in org.ldaptive that return SearchReference | |
|---|---|
SearchReference |
SearchResult.getReference()
Returns a single search reference of this result. |
| Methods in org.ldaptive that return types with arguments of type SearchReference | |
|---|---|
Collection<SearchReference> |
SearchResult.getReferences()
Returns a collection of ldap entry. |
| Methods in org.ldaptive with parameters of type SearchReference | |
|---|---|
void |
SearchResult.addReference(SearchReference... reference)
Adds a reference to this search result. |
void |
SearchResult.removeReference(SearchReference... reference)
Removes a reference from this search result. |
| Method parameters in org.ldaptive with type arguments of type SearchReference | |
|---|---|
void |
SearchResult.addReferences(Collection<SearchReference> references)
Adds references(s) to this search result. |
void |
SearchResult.removeReferences(Collection<SearchReference> references)
Removes the references(s) from this search result. |
| Uses of SearchReference in org.ldaptive.concurrent |
|---|
| Methods in org.ldaptive.concurrent that return SearchReference | |
|---|---|
SearchReference |
QueueingSearchExecutor.SearchItem.getReference()
Returns the search reference contained in this item or null if this item does not contain a search reference. |
| Methods in org.ldaptive.concurrent that return types with arguments of type SearchReference | |
|---|---|
HandlerResult<SearchReference> |
QueueingSearchExecutor.SearchReferenceHandler.handle(Connection conn,
SearchRequest request,
SearchReference reference)
Handle the supplied result. |
| Methods in org.ldaptive.concurrent with parameters of type SearchReference | |
|---|---|
HandlerResult<SearchReference> |
QueueingSearchExecutor.SearchReferenceHandler.handle(Connection conn,
SearchRequest request,
SearchReference reference)
Handle the supplied result. |
| Constructors in org.ldaptive.concurrent with parameters of type SearchReference | |
|---|---|
QueueingSearchExecutor.SearchItem(SearchReference reference)
Creates a new blocking search item. |
|
| Uses of SearchReference in org.ldaptive.handler |
|---|
| Methods in org.ldaptive.handler that return types with arguments of type SearchReference | |
|---|---|
HandlerResult<SearchReference> |
SearchReferenceHandler.handle(Connection conn,
SearchRequest request,
SearchReference reference)
Handle the supplied result. |
| Methods in org.ldaptive.handler with parameters of type SearchReference | |
|---|---|
HandlerResult<SearchReference> |
SearchReferenceHandler.handle(Connection conn,
SearchRequest request,
SearchReference reference)
Handle the supplied result. |
| Uses of SearchReference in org.ldaptive.io |
|---|
| Methods in org.ldaptive.io with parameters of type SearchReference | |
|---|---|
protected String |
LdifWriter.createSearchReference(SearchReference ref)
Creates an LDIF using the supplied search reference. |
| Uses of SearchReference in org.ldaptive.provider |
|---|
| Methods in org.ldaptive.provider that return SearchReference | |
|---|---|
SearchReference |
SearchItem.getSearchReference()
Returns the search reference in this search item or null if this search item does not contain a search reference. |
| Constructors in org.ldaptive.provider with parameters of type SearchReference | |
|---|---|
SearchItem(SearchReference sr)
Creates a new search item. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||