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

/forgerock/openam/openam-samples/sts-example-code/
H A DRestSTSConsumer.java70 private final URL restSTSInstanceCancelUrl; field in class:RestSTSConsumer
93 String restSTSInstanceCancelUrl, Logger logger) throws MalformedURLException {
96 this.restSTSInstanceCancelUrl = new URL(restSTSInstanceCancelUrl);
464 logger.log(Level.FINE, "Invoking token cancellation on url " + restSTSInstanceCancelUrl + " with payload: " + invocationPayload);
465 HttpURLConnection connection = (HttpURLConnection) restSTSInstanceCancelUrl.openConnection();
92 RestSTSConsumer(String restSTSInstanceTranslateUrl, String restSTSInstanceValidateUrl, String restSTSInstanceCancelUrl, Logger logger) argument

Completed in 29 milliseconds