Uses of Interface
org.identityconnectors.framework.api.ConfigurationProperty
-
Packages that use ConfigurationProperty Package Description org.identityconnectors.framework.api 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 ConfigurationProperty Modifier and Type Method Description ConfigurationProperty
ConfigurationProperties. getProperty(java.lang.String name)
Get a particularConfigurationProperty
by name.Method parameters in org.identityconnectors.framework.api with type arguments of type ConfigurationProperty Modifier and Type Method Description void
ConfigurationPropertyChangeListener. configurationPropertyChange(java.util.List<ConfigurationProperty> changes)
Receives notification that an ConfigurationProperty has been changed to connector.
-