Uses of Interface
org.identityconnectors.framework.api.ConfigurationProperty
Packages that use ConfigurationProperty
Package
Description
The Connector API presents a consistent view of any Connector,
regardless of which operations the connector actually implements.
-
Uses of ConfigurationProperty in org.identityconnectors.framework.api
Methods in org.identityconnectors.framework.api that return ConfigurationPropertyModifier and TypeMethodDescriptionConfigurationProperties.getProperty(String name) Get a particularConfigurationPropertyby name.Method parameters in org.identityconnectors.framework.api with type arguments of type ConfigurationPropertyModifier and TypeMethodDescriptionvoidConfigurationPropertyChangeListener.configurationPropertyChange(List<ConfigurationProperty> changes) Receives notification that an ConfigurationProperty has been changed to connector.