Package | Description |
---|---|
org.forgerock.openicf.framework |
OpenICF Connector Framework Package.
|
org.forgerock.openicf.framework.impl.api.osgi.internal | |
org.forgerock.openicf.framework.remote |
OpenICF Remote Procedure Call Package.
|
org.identityconnectors.contract.test | |
org.identityconnectors.framework.api |
The Connector API presents a consistent view of any Connector,
regardless of which operations the connector actually implements.
|
org.identityconnectors.framework.impl.api | |
org.identityconnectors.framework.impl.test | |
org.identityconnectors.test.common | |
org.identityconnectors.test.common.spi |
Modifier and Type | Method and Description |
---|---|
ConnectorFacade |
ConnectorFramework.newInstance(APIConfiguration config) |
Modifier and Type | Method and Description |
---|---|
ConnectorFacade |
ConnectorFramework.newInstance(ConnectorInfo connectorInfo,
org.forgerock.util.Function<RemoteConnectorInfoImpl,APIConfiguration,RuntimeException> transformer) |
org.forgerock.util.promise.Promise<ConnectorFacade,RuntimeException> |
ConnectorFramework.newInstance(ConnectorKey key,
org.forgerock.util.Function<RemoteConnectorInfoImpl,APIConfiguration,RuntimeException> transformer) |
Modifier and Type | Method and Description |
---|---|
ConnectorFacade |
OsgiConnectorInfoManagerImpl.newInstance(APIConfiguration config) |
Modifier and Type | Method and Description |
---|---|
APIConfiguration |
LoadBalancingConnectorFacadeContext.getAPIConfiguration()
Loads the
Connector and
Configuration class in order
to determine the proper default configuration parameters. |
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<ConnectorFacade,RuntimeException> |
LoadBalancingConnectorInfoManager.newInstance(ConnectorKey key,
org.forgerock.util.Function<LoadBalancingConnectorFacadeContext,APIConfiguration,RuntimeException> transformer) |
Constructor and Description |
---|
RemoteAsyncConnectorFacade(APIConfigurationImpl configuration,
org.forgerock.util.Function<LoadBalancingConnectorFacadeContext,APIConfiguration,RuntimeException> transformer) |
RemoteAsyncConnectorFacade(RemoteConnectorInfoImpl firstConnectorInfo,
org.forgerock.util.Function<LoadBalancingConnectorFacadeContext,APIConfiguration,RuntimeException> transformer) |
Modifier and Type | Method and Description |
---|---|
static APIConfiguration |
ConnectorHelper.getDefaultConfigurationProperties(DataProvider dataProvider,
ConnectorInfoManager manager) |
APIConfiguration |
FrameworkModule.providesAPIConfiguration(ConnectorInfoManager connectorInfoManager) |
Modifier and Type | Method and Description |
---|---|
APIConfiguration |
ConnectorInfo.createDefaultAPIConfiguration()
Loads the
Connector and Configuration class in order to
determine the proper default configuration parameters. |
Modifier and Type | Method and Description |
---|---|
abstract ConnectorFacade |
ConnectorFacadeFactory.newInstance(APIConfiguration config)
Get a new instance of
ConnectorFacade . |
Modifier and Type | Class and Description |
---|---|
class |
APIConfigurationImpl |
Modifier and Type | Method and Description |
---|---|
APIConfiguration |
AbstractConnectorInfo.createDefaultAPIConfiguration() |
Modifier and Type | Method and Description |
---|---|
ConnectorFacade |
ManagedConnectorFacadeFactoryImpl.newInstance(APIConfiguration config)
Get a new instance of
ConnectorFacade . |
ConnectorFacade |
ConnectorFacadeFactoryImpl.newInstance(APIConfiguration config)
Get a new instance of
ConnectorFacade . |
Modifier and Type | Method and Description |
---|---|
APIConfiguration |
TestHelpersImpl.createTestConfiguration(Class<? extends Connector> clazz,
Configuration config)
Method for convenient testing of local connectors.
|
APIConfiguration |
TestHelpersImpl.createTestConfiguration(Class<? extends Connector> clazz,
Set<String> bundleContents,
PropertyBag configData,
String prefix)
Method for convenient testing of local connectors.
|
Modifier and Type | Method and Description |
---|---|
static APIConfiguration |
TestHelpers.createTestConfiguration(Class<? extends Connector> clazz,
Configuration config)
Method for convenient testing of local connectors.
|
static APIConfiguration |
TestHelpers.createTestConfiguration(Class<? extends Connector> clazz,
PropertyBag configData,
String prefix)
Method for convenient testing of local connectors.
|
Modifier and Type | Method and Description |
---|---|
APIConfiguration |
TestHelpersSpi.createTestConfiguration(Class<? extends Connector> clazz,
Configuration config) |
APIConfiguration |
TestHelpersSpi.createTestConfiguration(Class<? extends Connector> clazz,
Set<String> bundleContents,
PropertyBag configData,
String prefix) |
Copyright © 2018–2025. All rights reserved.