Package | Description |
---|---|
org.identityconnectors.framework.api.operations | |
org.identityconnectors.framework.impl.api | |
org.identityconnectors.framework.impl.api.local.operations | |
org.identityconnectors.framework.impl.test | |
org.identityconnectors.framework.spi |
This is the "Service Provider Interface" package.
|
org.identityconnectors.test.common.spi |
Modifier and Type | Method and Description |
---|---|
SearchResult |
SearchApiOp.search(ObjectClass objectClass,
Filter filter,
ResultsHandler handler,
OperationOptions options)
Search the resource for all objects that match the object class and
filter.
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
AbstractConnectorFacade.search(ObjectClass objectClass,
Filter filter,
ResultsHandler handler,
OperationOptions options)
Search the resource for all objects that match the object class and
filter.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchResultsHandlerLoggingProxy.handleResult(SearchResult result) |
Modifier and Type | Method and Description |
---|---|
SearchResult |
SearchImpl.search(ObjectClass objectClass,
Filter originalFilter,
ResultsHandler handler,
OperationOptions options)
Call the SPI search routines to return the results to the
ResultsHandler . |
Modifier and Type | Method and Description |
---|---|
void |
DuplicateFilteringResultsHandler.handleResult(SearchResult result) |
void |
NormalizingResultsHandler.handleResult(SearchResult result) |
void |
SearchImpl.AttributesToGetSearchResultsHandler.handleResult(SearchResult result) |
void |
FilteredResultsHandler.handleResult(SearchResult result) |
Modifier and Type | Method and Description |
---|---|
SearchResult |
TestHelpersImpl.search(SearchOp<?> search,
ObjectClass objectClass,
Filter filter,
ResultsHandler handler,
OperationOptions options)
Performs a raw, unfiltered search at the SPI level, eliminating
duplicates from the result set.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchResultsHandler.handleResult(SearchResult result)
Invoked when the request has completed successfully.
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
TestHelpersSpi.search(SearchOp<?> search,
ObjectClass objectClass,
Filter filter,
ResultsHandler handler,
OperationOptions options) |
Copyright © 2022. All rights reserved.