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