Package | Description |
---|---|
org.identityconnectors.common |
Common utilities for all Connectors.
|
org.identityconnectors.framework.impl.api.local |
Modifier and Type | Method and Description |
---|---|
static <L,R> Pair<L,R> |
Pair.of(L left,
R right)
Obtains an immutable pair of from two objects inferring the generic
types.
|
Modifier and Type | Method and Description |
---|---|
static Pair<ConnectorPoolManager.ConnectorPoolKey,ObjectPool<PoolableConnector>> |
ConnectorPoolManager.getPool(APIConfigurationImpl impl,
LocalConnectorInfoImpl localInfo)
Get a object pool for this connector if it supports connector pooling.
|
Copyright © 2022. All rights reserved.