Package | Description |
---|---|
org.identityconnectors.framework.impl.api.local | |
org.identityconnectors.framework.impl.api.local.operations |
Modifier and Type | Method and Description |
---|---|
static APIConfigurationImpl |
LocalConnectorInfoManagerImpl.createDefaultAPIConfiguration(LocalConnectorInfoImpl localInfo)
Create an instance of the
APIConfiguration object to setup the
framework etc.. |
static Pair<ConnectorPoolManager.ConnectorPoolKey,ObjectPool<PoolableConnector>> |
ConnectorPoolManager.getPool(APIConfigurationImpl impl,
LocalConnectorInfoImpl localInfo)
Get a object pool for this connector if it supports connector pooling.
|
Constructor and Description |
---|
LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo,
APIConfigurationImpl apiConfiguration)
Builds up the maps of supported operations and calls.
|
LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo,
String configuration) |
Modifier and Type | Field and Description |
---|---|
protected LocalConnectorInfoImpl |
OperationalContext.connectorInfo
ConnectorInfo
|
Modifier and Type | Method and Description |
---|---|
protected LocalConnectorInfoImpl |
OperationalContext.getConnectorInfo() |
Constructor and Description |
---|
ConnectorOperationalContext(LocalConnectorInfoImpl connectorInfo,
APIConfigurationImpl apiConfiguration) |
OperationalContext(LocalConnectorInfoImpl connectorInfo,
APIConfigurationImpl apiConfiguration)
Creates a new OperationalContext but it does not initiates the
Configuration because the
OperationalContext.getConnectorInfo() method must do it
when it's called from a block where the classloader of the Thread is set
to Connector. |
Copyright © 2022. All rights reserved.