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 interfaceStatefulConfigurationA Stateful Configuration interface extends the defaultConfigurationand makes the framework keep the same instance.Classes in org.identityconnectors.framework.spi that implement Configuration Modifier and Type Class Description classAbstractConfigurationConvenient base-class for Configuration objects to extend.Methods in org.identityconnectors.framework.spi that return Configuration Modifier and Type Method Description ConfigurationConnector. 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 voidConnector. init(Configuration cfg)Initialize the connector with its configuration.
-