Uses of Interface
org.identityconnectors.framework.spi.Configuration
Packages that use Configuration
Package
Description
This is the "Service Provider Interface" package.
-
Uses of Configuration in org.identityconnectors.framework.spi
Subinterfaces of Configuration in org.identityconnectors.framework.spiModifier and TypeInterfaceDescriptioninterface
A Stateful Configuration interface extends the defaultConfiguration
and makes the framework keep the same instance.Classes in org.identityconnectors.framework.spi that implement ConfigurationModifier and TypeClassDescriptionclass
Convenient base-class for Configuration objects to extend.Methods in org.identityconnectors.framework.spi that return ConfigurationModifier and TypeMethodDescriptionConnector.getConfiguration()
Return the configuration that was passed toConnector.init(Configuration)
.Methods in org.identityconnectors.framework.spi with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
Connector.init
(Configuration cfg) Initialize the connector with its configuration.