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.org.identityconnectors.framework.impl.api -
-
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(String name)
Get a particularConfigurationProperty
by name. -
Uses of ConfigurationProperty in org.identityconnectors.framework.impl.api
Classes in org.identityconnectors.framework.impl.api that implement ConfigurationProperty Modifier and Type Class Description class
ConfigurationPropertyImpl
Methods in org.identityconnectors.framework.impl.api that return ConfigurationProperty Modifier and Type Method Description ConfigurationProperty
ConfigurationPropertiesImpl. getProperty(String name)
Get a particularConfigurationProperty
by name.
-