Lines Matching refs:publishEndpoint
71 private final String publishEndpoint;
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,
92 this.publishEndpoint = publishEndpoint;
134 urlConstituentCatenator.catenateUrlConstituents(publishEndpoint, stsId));
146 final String response = getPublishedRestSTSInstancesConfigContent(publishEndpoint);
171 private String getPublishedRestSTSInstancesConfigContent(String publishEndpoint) throws IOException {
172 HttpURLConnection connection = (HttpURLConnection)new URL(publishEndpoint).openConnection();
279 return new URL(publishEndpoint + RestSTSFunctionalTestAPIModule.CREATE_ACTION);
283 return new UrlConstituentCatenatorImpl().catenateUrlConstituents(publishEndpoint, stsId);
287 return new UrlConstituentCatenatorImpl().catenateUrlConstituents(publishEndpoint, stsId);