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 TypeInterfaceDescriptioninterfaceA Stateful Configuration interface extends the defaultConfigurationand makes the framework keep the same instance.Classes in org.identityconnectors.framework.spi that implement ConfigurationModifier and TypeClassDescriptionclassConvenient 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 TypeMethodDescriptionvoidConnector.init(Configuration cfg) Initialize the connector with its configuration.