Searched defs:restSTSInstanceValidateUrl (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam/openam-samples/sts-example-code/
H A DRestSTSConsumer.java69 private final URL restSTSInstanceValidateUrl; field in class:RestSTSConsumer
82 * @param restSTSInstanceValidateUrl The full url of the rest-sts instance, with the translate action specfied.
92 public RestSTSConsumer(String restSTSInstanceTranslateUrl, String restSTSInstanceValidateUrl, argument
95 this.restSTSInstanceValidateUrl = new URL(restSTSInstanceValidateUrl);
445 logger.log(Level.FINE, "Invoking token validation on url " + restSTSInstanceValidateUrl + " with payload: " + invocationPayload);
446 HttpURLConnection connection = (HttpURLConnection) restSTSInstanceValidateUrl.openConnection();
528 "Could not map the response from the rest sts instance at url " + restSTSInstanceValidateUrl +
534 "The json response returned from the rest-sts instance at url " + restSTSInstanceValidateUrl +

Completed in 33 milliseconds