Package | Description |
---|---|
org.forgerock.openicf.framework |
OpenICF Connector Framework Package.
|
org.forgerock.openicf.framework.async |
OpenICF Asynchronous API package.
|
org.forgerock.openicf.framework.impl.api.osgi.internal | |
org.forgerock.openicf.framework.local |
OpenICF Local Connector Manager Package.
|
org.forgerock.openicf.framework.osgi.internal | |
org.forgerock.openicf.framework.remote |
OpenICF Remote Procedure Call Package.
|
org.forgerock.openicf.framework.remote.rpc |
OpenICF Local Connector Manager Package.
|
org.forgerock.openicf.maven | |
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.remote |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingAsyncConnectorInfoManager |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncConnectorInfoManager
An AsyncConnectorInfoManager maintains a list of
ConnectorInfo
instances, each of which describes a connector that is available. |
Modifier and Type | Class and Description |
---|---|
class |
CloseableAsyncConnectorInfoManager<T extends CloseableAsyncConnectorInfoManager<T>> |
Modifier and Type | Class and Description |
---|---|
class |
OsgiConnectorInfoManagerImpl
The OSGi ConnectorInfoManager Implementation ...
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncLocalConnectorInfoManager
AsyncLocalConnectorInfoManager.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncOsgiConnectorInfoManagerImpl
The OSGi ConnectorInfoManager Implementation ...
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncRemoteConnectorInfoManager
A AsyncRemoteConnectorInfoManager.
|
class |
AsyncRemoteLegacyConnectorInfoManager |
class |
LoadBalancingConnectorInfoManager |
class |
ManagedAsyncConnectorInfoManager<V extends ConnectorInfo,C extends ManagedAsyncConnectorInfoManager<V,C>> |
class |
RemoteServerConnectorInfoManager
A RemoteServerConnectorInfoManager
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketConnectionGroup |
Modifier and Type | Method and Description |
---|---|
ConnectorInfoManager |
ConnectorDocBuilder.getConnectorInfoManager() |
Modifier and Type | Method and Description |
---|---|
static ConnectorInfoManager |
ConnectorHelper.getInfoManager(DataProvider dataProvider)
Tries to create remote or local manager.
|
ConnectorInfoManager |
FrameworkModule.providesConnectorInfoManager() |
Modifier and Type | Method and Description |
---|---|
static APIConfiguration |
ConnectorHelper.getDefaultConfigurationProperties(DataProvider dataProvider,
ConnectorInfoManager manager) |
APIConfiguration |
FrameworkModule.providesAPIConfiguration(ConnectorInfoManager connectorInfoManager) |
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 |
RemoteConnectorInfoManagerImpl |
Copyright © 2018–2025. All rights reserved.