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.osgi | |
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.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 | Method and Description |
---|---|
ConnectorInfo |
DelegatingAsyncConnectorInfoManager.findConnectorInfo(ConnectorKey key) |
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<ConnectorInfo,RuntimeException> |
DelegatingAsyncConnectorInfoManager.findConnectorInfoAsync(ConnectorKey key) |
org.forgerock.util.promise.Promise<ConnectorInfo,RuntimeException> |
DelegatingAsyncConnectorInfoManager.findConnectorInfoAsync(ConnectorKeyRange keyRange) |
List<ConnectorInfo> |
DelegatingAsyncConnectorInfoManager.getConnectorInfos() |
Modifier and Type | Method and Description |
---|---|
ConnectorFacade |
ConnectorFramework.newInstance(ConnectorInfo connectorInfo,
org.forgerock.util.Function<RemoteConnectorInfoImpl,APIConfiguration,RuntimeException> transformer) |
ConnectorFacade |
ConnectorFramework.newInstance(ConnectorInfo connectorInfo,
String config) |
ConnectorFacade |
ConnectorFramework.newInstance(ConnectorInfo connectorInfo,
String config,
ConfigurationPropertyChangeListener changeListener) |
ConnectorFacade |
ConnectorFramework.newManagedInstance(ConnectorInfo connectorInfo,
String config) |
ConnectorFacade |
ConnectorFramework.newManagedInstance(ConnectorInfo connectorInfo,
String config,
ConfigurationPropertyChangeListener changeListener) |
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<ConnectorInfo,RuntimeException> |
AsyncConnectorInfoManager.findConnectorInfoAsync(ConnectorKey key)
Add a promise which will be fulfilled with the
ConnectorInfo for the given
. |
org.forgerock.util.promise.Promise<ConnectorInfo,RuntimeException> |
AsyncConnectorInfoManager.findConnectorInfoAsync(ConnectorKeyRange keyRange)
Add a promise which will be fulfilled with the
ConnectorInfo for the given
. |
Modifier and Type | Method and Description |
---|---|
ConnectorInfo |
OsgiConnectorInfoManagerImpl.findConnectorInfo(ConnectorKey key) |
Modifier and Type | Method and Description |
---|---|
List<ConnectorInfo> |
OsgiConnectorInfoManagerImpl.getConnectorInfos() |
Modifier and Type | Method and Description |
---|---|
ConnectorFacade |
OsgiConnectorInfoManagerImpl.newInstance(ConnectorInfo connectorInfo,
String config) |
Modifier and Type | Class and Description |
---|---|
class |
OsgiConnectorInfoImpl |
Modifier and Type | Class and Description |
---|---|
class |
ManagedAsyncConnectorInfoManager<V extends ConnectorInfo,C extends ManagedAsyncConnectorInfoManager<V,C>> |
Modifier and Type | Method and Description |
---|---|
ConnectorInfo |
OpenICFServerAdapter.findConnectorInfo(CommonObjectMessages.ConnectorKey key) |
ConnectorInfo |
ManagedAsyncConnectorInfoManager.findConnectorInfo(ConnectorKey key) |
ConnectorInfo |
AsyncRemoteLegacyConnectorInfoManager.findConnectorInfo(ConnectorKey key) |
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<ConnectorInfo,RuntimeException> |
ManagedAsyncConnectorInfoManager.findConnectorInfoAsync(ConnectorKey key) |
org.forgerock.util.promise.Promise<ConnectorInfo,RuntimeException> |
ManagedAsyncConnectorInfoManager.findConnectorInfoAsync(ConnectorKeyRange keyRange) |
List<ConnectorInfo> |
ManagedAsyncConnectorInfoManager.getConnectorInfos() |
List<ConnectorInfo> |
AsyncRemoteLegacyConnectorInfoManager.getConnectorInfos() |
Modifier and Type | Method and Description |
---|---|
ConnectorFacade |
OpenICFServerAdapter.newInstance(WebSocketConnectionHolder socket,
ConnectorInfo connectorInfo,
String config) |
Modifier and Type | Method and Description |
---|---|
ConnectorInfo |
WebSocketConnectionGroup.findConnectorInfo(ConnectorKey key) |
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<ConnectorInfo,RuntimeException> |
WebSocketConnectionGroup.findConnectorInfoAsync(ConnectorKey key) |
org.forgerock.util.promise.Promise<ConnectorInfo,RuntimeException> |
WebSocketConnectionGroup.findConnectorInfoAsync(ConnectorKeyRange keyRange) |
List<ConnectorInfo> |
WebSocketConnectionGroup.getConnectorInfos() |
Modifier and Type | Method and Description |
---|---|
List<ConnectorInfo> |
ConnectorDocBuilder.listAllConnectorInfo() |
Modifier and Type | Method and Description |
---|---|
static String |
ConnectorUtils.getDisplayName(ConnectorInfo ci,
ObjectClassInfo info,
String dfl)
Convenience method to build the display name key for an object class.
|
Modifier and Type | Method and Description |
---|---|
ConnectorInfo |
ConnectorInfoManager.findConnectorInfo(ConnectorKey key)
Returns the
ConnectorInfo that is associated with the
specified ConnectorKey . |
Modifier and Type | Method and Description |
---|---|
List<ConnectorInfo> |
ConnectorInfoManager.getConnectorInfos()
Returns the list of
ConnectorInfo instances. |
Modifier and Type | Method and Description |
---|---|
abstract ConnectorFacade |
ConnectorFacadeFactory.newInstance(ConnectorInfo connectorInfo,
String config)
Get a new instance of
ConnectorFacade . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectorInfo
Common base class shared between local and remote implementations
|
Modifier and Type | Method and Description |
---|---|
ConnectorFacade |
ManagedConnectorFacadeFactoryImpl.newInstance(ConnectorInfo connectorInfo,
String config) |
ConnectorFacade |
ConnectorFacadeFactoryImpl.newInstance(ConnectorInfo connectorInfo,
String config) |
Modifier and Type | Class and Description |
---|---|
class |
LocalConnectorInfoImpl |
Modifier and Type | Method and Description |
---|---|
ConnectorInfo |
LocalConnectorInfoManagerImpl.findConnectorInfo(ConnectorKey key) |
Modifier and Type | Method and Description |
---|---|
static List<ConnectorInfo> |
LocalConnectorInfoManagerImpl.createConnectorInfo(Collection<WorkingBundleInfo> parsed,
ClassLoader bundleParentClassLoader)
Final pass - create connector infos
|
List<ConnectorInfo> |
LocalConnectorInfoManagerImpl.getConnectorInfos() |
Modifier and Type | Class and Description |
---|---|
class |
RemoteConnectorInfoImpl |
Modifier and Type | Method and Description |
---|---|
ConnectorInfo |
RemoteConnectorInfoManagerImpl.findConnectorInfo(ConnectorKey key) |
Modifier and Type | Method and Description |
---|---|
List<ConnectorInfo> |
RemoteConnectorInfoManagerImpl.getConnectorInfos() |
Copyright © 2018–2025. All rights reserved.