| Package | Description |
|---|---|
| org.identityconnectors.framework.impl.api | |
| org.identityconnectors.framework.impl.api.local |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationPropertiesImpl |
APIConfigurationImpl.getConfigurationProperties()
Gets instance of the configuration properties.
|
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(Configuration config)
Given a configuration class, creates the configuration properties for it.
|
| 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.
|
static void |
JavaClassProperties.mergeIntoBean(ConfigurationPropertiesImpl properties,
Configuration config)
Given a configuration bean and populated properties, merges the
properties into the bean.
|
| Constructor and Description |
|---|
ConnectorPoolManager.ConnectorPoolKey(ConnectorKey connectorKey,
ConfigurationPropertiesImpl configProperties,
ObjectPoolConfiguration poolingConfig) |
Copyright © 2019. All rights reserved.