| Package | Description | 
|---|---|
| org.identityconnectors.contract.test | |
| org.identityconnectors.framework.api | 
 The Connector API presents a consistent view of any Connector,
         regardless of which operations the connector actually implements. 
 | 
| org.identityconnectors.framework.impl.api | |
| org.identityconnectors.framework.impl.api.local | |
| org.identityconnectors.framework.impl.api.osgi.internal | |
| org.identityconnectors.framework.impl.api.remote | 
| Modifier and Type | Method and Description | 
|---|---|
static ConnectorInfoManager | 
ConnectorHelper.getInfoManager(DataProvider dataProvider)
Tries to create remote or local manager. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static APIConfiguration | 
ConnectorHelper.getDefaultConfigurationProperties(DataProvider dataProvider,
                                 ConnectorInfoManager manager)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ConnectorInfoManager | 
ConnectorInfoManagerFactory.getLocalManager(URL... urls)
Creates the  
ConnectorInfoManager from a list of bundle URLs. | 
abstract ConnectorInfoManager | 
ConnectorInfoManagerFactory.getRemoteManager(RemoteFrameworkConnectionInfo info)
Creates the  
ConnectorInfoManager for a remote framework. | 
abstract ConnectorInfoManager | 
ConnectorInfoManagerFactory.getUnCheckedRemoteManager(RemoteFrameworkConnectionInfo info)
Creates the  
ConnectorInfoManager for a remote framework but
 the connection is not checked and not initialised. | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectorInfoManager | 
ConnectorInfoManagerFactoryImpl.getLocalManager(List<URL> urls,
               ClassLoader bundleParentClassLoader)  | 
ConnectorInfoManager | 
ConnectorInfoManagerFactoryImpl.getLocalManager(URL... urls)  | 
ConnectorInfoManager | 
ConnectorInfoManagerFactoryImpl.getRemoteManager(RemoteFrameworkConnectionInfo info)  | 
ConnectorInfoManager | 
ConnectorInfoManagerFactoryImpl.getUnCheckedRemoteManager(RemoteFrameworkConnectionInfo info)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalConnectorInfoManagerImpl  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OsgiConnectorInfoManagerImpl
The OSGi ConnectorInfoManager Implementation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RemoteConnectorInfoManagerImpl  | 
Copyright © 2022. All rights reserved.