Package | Description |
---|---|
org.forgerock.openicf.connectors.xml |
This is the core package for the connector.
|
org.forgerock.openicf.csvfile |
This is the core package for the connector.
|
org.forgerock.openicf.framework.async.impl | |
org.forgerock.openicf.misc.scriptedcommon | |
org.identityconnectors.databasetable |
This is the core package for the connector.
|
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.framework.spi.operations | |
org.identityconnectors.ldap | |
org.identityconnectors.ldap.search | |
org.identityconnectors.test.common | |
org.identityconnectors.test.common.spi |
Modifier and Type | Method and Description |
---|---|
void |
XMLConnector.executeQuery(ObjectClass objClass,
Query query,
ResultsHandler handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
CSVFileConnector.executeQuery(ObjectClass objectClass,
Filter query,
ResultsHandler handler,
OperationOptions options)
ConnectorFacade calls this method once for each native query that the
FilterTranslator produces in response to the
Filter passed
into
SearchApiOp . |
Modifier and Type | Method and Description |
---|---|
SearchResult |
SearchAsyncApiOpImpl.search(ObjectClass objectClass,
Filter filter,
ResultsHandler handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptedConnectorBase.executeQuery(ObjectClass objectClass,
Filter query,
ResultsHandler handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseTableConnector.executeQuery(ObjectClass oclass,
FilterWhereBuilder where,
ResultsHandler handler,
OperationOptions options)
Search for rows
ConnectorFacade calls this method once for each native query that the
FilterTranslator produces in response to the
Filter passed
into
SearchApiOp . |
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 | Class and 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.
|
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 . |
Constructor and Description |
---|
AttributesToGetSearchResultsHandler(ResultsHandler handler,
String[] attrsToGet) |
FilteredResultsHandler(ResultsHandler handler,
Filter filter)
Filter chain for producers.
|
NormalizingResultsHandler(ResultsHandler target,
ObjectNormalizerFacade normalizer) |
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 | Interface and Description |
---|---|
interface |
SearchResultsHandler
A SearchResultsHandler is a completion handler for consuming the results of a
search request.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchOp.executeQuery(ObjectClass objectClass,
T query,
ResultsHandler handler,
OperationOptions options)
ConnectorFacade calls this method once for each native query that the
FilterTranslator produces in response to the
Filter passed
into
SearchApiOp . |
Modifier and Type | Method and Description |
---|---|
void |
LdapConnector.executeQuery(ObjectClass objectClass,
LdapFilter query,
ResultsHandler handler,
OperationOptions options) |
static void |
LdapUtil.getServerInfo(LdapConnection conn,
ResultsHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
LdapSearch.execute(ResultsHandler handler)
Performs the search and passes the resulting
ConnectorObject s to
the given handler. |
Constructor and Description |
---|
LdapSearch(LdapConnection conn,
ObjectClass oclass,
LdapFilter filter,
ResultsHandler handler,
OperationOptions options) |
LdapSearch(LdapConnection conn,
ObjectClass oclass,
LdapFilter filter,
ResultsHandler handler,
OperationOptions options,
String... baseDNs) |
Modifier and Type | Class and Description |
---|---|
class |
ToListResultsHandler
A
ResultsHandler which stores all connector objects into a list
retrievable with ToListResultsHandler.getObjects() . |
Modifier and Type | Method and Description |
---|---|
static void |
TestHelpers.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 |
---|---|
SearchResult |
TestHelpersSpi.search(SearchOp<?> search,
ObjectClass objectClass,
Filter filter,
ResultsHandler handler,
OperationOptions options) |
Copyright © 2018–2025. All rights reserved.