| Package | Description |
|---|---|
| org.identityconnectors.framework.impl.api | |
| org.identityconnectors.framework.impl.api.local |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationPropertiesImpl |
APIConfigurationImpl.getConfigurationProperties() |
ConfigurationPropertiesImpl |
ConfigurationPropertyImpl.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
APIConfigurationImpl.setConfigurationProperties(ConfigurationPropertiesImpl properties) |
void |
ConfigurationPropertyImpl.setParent(ConfigurationPropertiesImpl parent) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationPropertiesImpl |
JavaClassProperties.createConfigurationProperties(org.identityconnectors.framework.spi.Configuration config)
Given a configuration class, creates the configuration properties for it.
|
| Modifier and Type | Method and Description |
|---|---|
static org.identityconnectors.framework.spi.Configuration |
JavaClassProperties.createBean(ConfigurationPropertiesImpl properties,
Class<? extends org.identityconnectors.framework.spi.Configuration> configClass)
Given a configuration class and populated properties, creates a bean for
it.
|
static void |
JavaClassProperties.mergeIntoBean(ConfigurationPropertiesImpl properties,
org.identityconnectors.framework.spi.Configuration config)
Given a configuration bean and populated properties, merges the
properties into the bean.
|
| Constructor and Description |
|---|
ConnectorPoolManager.ConnectorPoolKey(org.identityconnectors.framework.api.ConnectorKey connectorKey,
ConfigurationPropertiesImpl configProperties,
org.identityconnectors.common.pooling.ObjectPoolConfiguration poolingConfig) |
Copyright © 2018. All rights reserved.