Package | Description |
---|---|
org.identityconnectors.contract.data | |
org.identityconnectors.framework.impl.api.local | |
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 | |
org.identityconnectors.test.common.spi | |
org.identityconnectors.testconnector |
Modifier and Type | Method and Description |
---|---|
void |
GroovyDataProvider.loadConfiguration(String configName,
Configuration cfg) |
void |
DataProvider.loadConfiguration(String propertyName,
Configuration cfg)
adds to 'cfg' the complete map defined by property 'propertyName'
|
Modifier and Type | Method and Description |
---|---|
static Configuration |
JavaClassProperties.createBean(ConfigurationPropertiesImpl properties,
Class<? extends Configuration> configClass)
Given a configuration class and populated properties, creates a bean for
it.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Configuration> |
LocalConnectorInfoImpl.getConnectorConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
static ConfigurationPropertiesImpl |
JavaClassProperties.createConfigurationProperties(Configuration config)
Given a configuration class, creates the configuration properties for it.
|
static void |
JavaClassProperties.mergeIntoBean(ConfigurationPropertiesImpl properties,
Configuration config)
Given a configuration bean and populated properties, merges the
properties into the bean.
|
Modifier and Type | Method and Description |
---|---|
static Configuration |
JavaClassProperties.createBean(ConfigurationPropertiesImpl properties,
Class<? extends Configuration> configClass)
Given a configuration class and populated properties, creates a bean for
it.
|
void |
LocalConnectorInfoImpl.setConnectorConfigurationClass(Class<? extends Configuration> c) |
Modifier and Type | Method and Description |
---|---|
Configuration |
OperationalContext.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
APIConfiguration |
TestHelpersImpl.createTestConfiguration(Class<? extends Connector> clazz,
Configuration config)
Method for convenient testing of local connectors.
|
void |
TestHelpersImpl.fillConfiguration(Configuration config,
Map<String,? extends Object> configData) |
Modifier and Type | Interface and Description |
---|---|
interface |
StatefulConfiguration
A Stateful Configuration interface extends the default
Configuration
and makes the framework keep the same instance. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfiguration
Convenient base-class for Configuration objects to extend.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Connector.getConfiguration()
Return the configuration that was passed to
Connector.init(Configuration) . |
Modifier and Type | Method and Description |
---|---|
void |
Connector.init(Configuration cfg)
Initialize the connector with its configuration.
|
Modifier and Type | Method and Description |
---|---|
static APIConfiguration |
TestHelpers.createTestConfiguration(Class<? extends Connector> clazz,
Configuration config)
Method for convenient testing of local connectors.
|
static void |
TestHelpers.fillConfiguration(Configuration config,
Map<String,? extends Object> configData)
Fills a configuration bean with data from the given map.
|
Modifier and Type | Method and Description |
---|---|
APIConfiguration |
TestHelpersSpi.createTestConfiguration(Class<? extends Connector> clazz,
Configuration config) |
void |
TestHelpersSpi.fillConfiguration(Configuration config,
Map<String,? extends Object> configData) |
Modifier and Type | Class and Description |
---|---|
class |
TstConnectorConfig |
class |
TstStatefulConnectorConfig |
Modifier and Type | Method and Description |
---|---|
Configuration |
TstStatefulPoolableConnector.getConfiguration() |
Configuration |
TstStatefulConnector.getConfiguration() |
Configuration |
TstConnector.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
TstStatefulPoolableConnector.init(Configuration cfg) |
void |
TstAbstractConnector.init(Configuration cfg) |
void |
TstStatefulConnector.init(Configuration cfg) |
void |
TstConnector.init(Configuration cfg) |
Copyright © 2022. All rights reserved.