| Package | Description |
|---|---|
| org.forgerock.openicf.connectors.groovy | |
| org.forgerock.openicf.connectors.kerberos | |
| org.forgerock.openicf.connectors.scriptedcrest | |
| org.forgerock.openicf.connectors.scriptedrest |
This is the core package for the connector.
|
| org.forgerock.openicf.connectors.scriptedsql |
This is the core package for the connector.
|
| org.forgerock.openicf.connectors.ssh |
This is the core package for the connector.
|
| 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.misc.scriptedcommon | |
| org.identityconnectors.databasetable |
This is the core package for the connector.
|
| org.identityconnectors.framework.impl.api.local.operations | |
| org.identityconnectors.framework.impl.test | |
| org.identityconnectors.ldap | |
| org.identityconnectors.test.common | |
| org.identityconnectors.test.common.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptedConnector
A ScriptedConnector is a generic Groovy Connector.
|
class |
ScriptedPoolableConnector
A ScriptedPoolableConnector is a generic Groovy Poolable Connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KerberosConnector
Main implementation of the ScriptedKerberosConnector Connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptedCRESTConnector
A NAME does ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptedRESTConnector
Main implementation of the ScriptedREST Connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptedSQLConnector
Main implementation of the ScriptedSQL Connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SSHConnector
Main implementation of the SSH Connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVFileConnector
Main implementation of the CSVFile Connector
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptedConnectorBase<C extends ScriptedConfiguration> |
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseTableConnector
The database table
DatabaseTableConnector is a basic, but easy to use
DatabaseTableConnector for accounts in a relational database. |
| Modifier and Type | Method and Description |
|---|---|
static void |
SearchImpl.rawSearch(SearchOp<?> search,
ObjectClass objectClass,
Filter filter,
SearchResultsHandler handler,
OperationOptions options)
Public because it is used by TestHelpersImpl.
|
| 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 | Class and Description |
|---|---|
class |
LdapConnector |
| 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.
|
static List<ConnectorObject> |
TestHelpers.searchToList(SearchOp<?> search,
ObjectClass objectClass,
Filter filter)
Performs a raw, unfiltered search at the SPI level, eliminating
duplicates from the result set.
|
static List<ConnectorObject> |
TestHelpers.searchToList(SearchOp<?> search,
ObjectClass objectClass,
Filter filter,
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.