Uses of Class
org.identityconnectors.common.Pair
-
Packages that use Pair Package Description org.identityconnectors.common Common utilities for all Connectors.org.identityconnectors.framework.impl.api.local -
-
Uses of Pair in org.identityconnectors.common
Methods in org.identityconnectors.common that return Pair Modifier and Type Method 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. -
Uses of Pair in org.identityconnectors.framework.impl.api.local
Methods in org.identityconnectors.framework.impl.api.local that return Pair Modifier and Type Method 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.
-