Searched refs:callServiceURL (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DRESTUtils.java55 public static RESTResponse callServiceURL(String url, method in class:RESTUtils
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/agent/
H A DJ2EEAgentConfigValidator.java90 RESTResponse response = callServiceURL(authURL, data1);
221 RESTResponse response = callServiceURL(restUrl, data4);
H A DWebAgentConfigValidator.java89 RESTResponse response = callServiceURL(authURL, data1);
221 RESTResponse response = callServiceURL(restUrl, data4);
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/reports/
H A DJ2EEAgentConfigReport.java98 RESTResponse response = callServiceURL(authURL, data1);
220 RESTResponse response = callServiceURL(restUrl, data4);
H A DWebAgentConfigReport.java98 RESTResponse response = callServiceURL(authURL, data1);
219 RESTResponse response = callServiceURL(restUrl, data4);
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DCreateProfileTask.java170 RESTUtils.RESTResponse response = RESTUtils.callServiceURL(
193 RESTUtils.RESTResponse response = RESTUtils.callServiceURL(serviceURL,
H A DPasswordValidator.java182 RESTUtils.RESTResponse response = RESTUtils.callServiceURL(
302 RESTUtils.RESTResponse response = RESTUtils.callServiceURL(
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/common/
H A DClientBase.java122 public RESTResponse callServiceURL( method in class:ClientBase
169 "ClientBase.callServiceURL: " +

Completed in 62 milliseconds