Package | Description |
---|---|
org.forgerock.openicf.framework.remote.rpc |
OpenICF Local Connector Manager Package.
|
org.forgerock.openicf.maven | |
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.api.local |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketConnectionGroup.notifyConfigurationChangeListener(String key,
List<ConfigurationProperty> change) |
Modifier and Type | Method and Description |
---|---|
static String |
ConnectorUtils.defaultValue(ConfigurationProperty property)
Convert the encapsulated value of the
property . |
Modifier and Type | Method and Description |
---|---|
ConfigurationProperty |
ConfigurationProperties.getProperty(String name)
Get a particular
ConfigurationProperty by name. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPropertyChangeListener.configurationPropertyChange(List<ConfigurationProperty> changes)
Receives notification that an ConfigurationProperty has been changed to
connector.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationPropertyImpl |
Modifier and Type | Method and Description |
---|---|
ConfigurationProperty |
ConfigurationPropertiesImpl.getProperty(String name)
Get a particular
ConfigurationProperty by name. |
Modifier and Type | Method and Description |
---|---|
static List<ConfigurationProperty> |
JavaClassProperties.calculateDiff(ConfigurationPropertiesImpl properties,
Configuration config)
Calculate the difference between the given config and the properties.
|
Copyright © 2018–2025. All rights reserved.