Uses of Interface
org.identityconnectors.framework.spi.SearchResultsHandler
-
Packages that use SearchResultsHandler Package Description org.identityconnectors.framework.impl.api org.identityconnectors.framework.impl.api.local.operations -
-
Uses of SearchResultsHandler in org.identityconnectors.framework.impl.api
Classes in org.identityconnectors.framework.impl.api that implement SearchResultsHandler Modifier and Type Class Description class
SearchResultsHandlerLoggingProxy
-
Uses of SearchResultsHandler in org.identityconnectors.framework.impl.api.local.operations
Classes in org.identityconnectors.framework.impl.api.local.operations that implement SearchResultsHandler Modifier and Type Class Description class
DuplicateFilteringResultsHandler
class
FilteredResultsHandler
class
NormalizingResultsHandler
static class
SearchImpl.AttributesToGetSearchResultsHandler
Simple results handler that can reduce attributes to only the set of attribute to get.Methods in org.identityconnectors.framework.impl.api.local.operations with parameters of type SearchResultsHandler Modifier and Type Method Description static void
SearchImpl. rawSearch(SearchOp<?> search, ObjectClass objectClass, Filter filter, SearchResultsHandler handler, OperationOptions options, ConnectorOperationalContext operationalContext)
Public static because it is used by TestHelpersImpl.Constructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type SearchResultsHandler Constructor Description DuplicateFilteringResultsHandler(SearchResultsHandler handler)
Filter chain for producers.
-