Searched defs:remoteFrameworkConnectionInfo (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/impl/
H A DConnectorInfoProviderService.java141 private final Map<String, AsyncConnectorInfoManager> remoteFrameworkConnectionInfo = new HashMap<>(); field in class:ConnectorInfoProviderService
228 remoteFrameworkConnectionInfo.put(name, connectorFramework.get()
232 remoteFrameworkConnectionInfo.put(name, connectorFramework.get().getRemoteManager(rfi));
289 remoteFrameworkConnectionInfo.clear();
483 connectorInfoManager = remoteFrameworkConnectionInfo.get(connectorReference.getConnectorHost());
541 for (AsyncConnectorInfoManager entry : remoteFrameworkConnectionInfo.values()) {
573 for (Map.Entry<String, AsyncConnectorInfoManager> entry : remoteFrameworkConnectionInfo

Completed in 53 milliseconds