Searched refs:RESTResponse (Results 1 - 11 of 11) 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,
62 RESTResponse response = new RESTResponse();
129 public static class RESTResponse { class in class:RESTUtils
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DCreateProfileTask.java65 RESTUtils.RESTResponse response = createAgentProfile(stateAccess,
95 private RESTUtils.RESTResponse createAgentProfile(IStateAccess stateAccess,
170 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/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DCreateProfileTask.java91 RESTEndpoint.RESTResponse response = createAgentProfile(stateAccess, properties);
119 private RESTEndpoint.RESTResponse createAgentProfile(IStateAccess stateAccess, Map properties) throws Exception {
210 RESTEndpoint.RESTResponse response = restEndpoint.call();
248 RESTEndpoint.RESTResponse response = endpoint.call();
H A DPasswordValidator.java178 RESTEndpoint.RESTResponse response = restEndpoint.call();
268 RESTEndpoint.RESTResponse response = restEndpoint.call();
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/common/
H A DClientBase.java63 protected RESTResponse response = null;
122 public RESTResponse callServiceURL(
130 RESTResponse response = new RESTResponse();
265 public class RESTResponse { class in class:ClientBase
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DRESTEndpoint.java77 * @return RESTResponse object containing status and text of returned value.
80 public RESTResponse call() throws IOException {
83 RESTResponse response = new RESTResponse();
409 public static class RESTResponse { class in class:RESTEndpoint
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/agent/
H A DJ2EEAgentConfigValidator.java41 import com.sun.identity.diagnostic.plugin.services.common.ClientBase.RESTResponse;
90 RESTResponse response = callServiceURL(authURL, data1);
221 RESTResponse response = callServiceURL(restUrl, data4);
H A DWebAgentConfigValidator.java41 import com.sun.identity.diagnostic.plugin.services.common.ClientBase.RESTResponse;
89 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.java41 import com.sun.identity.diagnostic.plugin.services.common.ClientBase.RESTResponse;
98 RESTResponse response = callServiceURL(authURL, data1);
220 RESTResponse response = callServiceURL(restUrl, data4);
H A DWebAgentConfigReport.java41 import com.sun.identity.diagnostic.plugin.services.common.ClientBase.RESTResponse;
98 RESTResponse response = callServiceURL(authURL, data1);
219 RESTResponse response = callServiceURL(restUrl, data4);

Completed in 45 milliseconds