Searched defs:remoteConnectorHosts (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.java199 JsonValue remoteConnectorHosts = null;
201 remoteConnectorHosts =
204 if (!remoteConnectorHosts.isNull()) {
205 initialiseRemoteManager(remoteConnectorHosts);
208 logger.error("Invalid configuration remoteConnectorHosts must be list or null. {}",
209 remoteConnectorHosts, e);
217 protected void initialiseRemoteManager(JsonValue remoteConnectorHosts) throws JsonValueException { argument
218 for (JsonValue info : remoteConnectorHosts) {
662 JsonValue remoteConnectorHosts =
665 if (!remoteConnectorHosts
[all...]

Completed in 29 milliseconds