Searched refs:publishEndpoint (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam/openam-samples/sts-example-code/
H A DRestSTSInstancePublisher.java71 private final String publishEndpoint; field in class:RestSTSInstancePublisher
80 * @param publishEndpoint The url of the publish service: e.g http://myhost.com:8080/openam/rest-sts-publish/publish
86 public RestSTSInstancePublisher(@Named(RestSTSFunctionalTestAPIModule.PUBLISH_ENDPOINT) String publishEndpoint, argument
92 this.publishEndpoint = publishEndpoint;
134 urlConstituentCatenator.catenateUrlConstituents(publishEndpoint, stsId));
146 final String response = getPublishedRestSTSInstancesConfigContent(publishEndpoint);
171 private String getPublishedRestSTSInstancesConfigContent(String publishEndpoint) throws IOException { argument
172 HttpURLConnection connection = (HttpURLConnection)new URL(publishEndpoint).openConnection();
279 return new URL(publishEndpoint
[all...]
H A DSoapSTSInstancePublisher.java68 private final String publishEndpoint; field in class:SoapSTSInstancePublisher
77 public SoapSTSInstancePublisher(@Named(SoapSTSIntegrationTestModule.PUBLISH_ENDPOINT_URL) String publishEndpoint, argument
84 this.publishEndpoint = publishEndpoint;
113 String response = getPublishedRestSTSInstancesConfigContent(publishEndpoint);
138 private String getPublishedRestSTSInstancesConfigContent(String publishEndpoint) throws IOException { argument
139 HttpURLConnection connection = (HttpURLConnection)new URL(publishEndpoint).openConnection();
221 return new URL(publishEndpoint + "?_action=create");
225 return new UrlConstituentCatenatorImpl().catenateUrlConstituents(publishEndpoint, stsId);

Completed in 28 milliseconds