Uses of Interface
org.identityconnectors.framework.spi.Configuration
-
Packages that use Configuration Package Description org.identityconnectors.framework.spi This is the "Service Provider Interface" package. -
-
Uses of Configuration in org.identityconnectors.framework.spi
Subinterfaces of Configuration in org.identityconnectors.framework.spi Modifier and Type Interface Description interface
StatefulConfiguration
A Stateful Configuration interface extends the defaultConfiguration
and makes the framework keep the same instance.Classes in org.identityconnectors.framework.spi that implement Configuration Modifier and Type Class Description class
AbstractConfiguration
Convenient base-class for Configuration objects to extend.Methods in org.identityconnectors.framework.spi that return Configuration Modifier and Type Method Description Configuration
Connector. getConfiguration()
Return the configuration that was passed toConnector.init(Configuration)
.Methods in org.identityconnectors.framework.spi that return types with arguments of type Configuration Modifier and Type Method Description java.lang.Class<? extends Configuration>
configurationClass()
The configuration class for a given connector.Methods in org.identityconnectors.framework.spi with parameters of type Configuration Modifier and Type Method Description void
Connector. init(Configuration cfg)
Initialize the connector with its configuration.
-