Uses of Interface
org.identityconnectors.framework.spi.Configuration

Packages that use Configuration
org.identityconnectors.framework.spi This is the "Service Provider Interface" package. 
 

Uses of Configuration in org.identityconnectors.framework.spi
 

Classes in org.identityconnectors.framework.spi that implement Configuration
 class AbstractConfiguration
          Convenient base-class for Configuration objects to extend.
 

Methods in org.identityconnectors.framework.spi that return Configuration
 Configuration Connector.getConfiguration()
          Return the configuration that was passed to Connector.init(Configuration).
 

Methods in org.identityconnectors.framework.spi with parameters of type Configuration
 void Connector.init(Configuration cfg)
          Initialize the connector with its configuration.
 



Copyright © 2012. All Rights Reserved.