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

/forgerock/openam/openam-samples/sts-example-code/
H A DRestSTSInstancePublisher.java198 private String invokeRestSTSInstanceDeletion(String deletionUrl) throws IOException { argument
199 HttpURLConnection connection = (HttpURLConnection)new URL(deletionUrl).openConnection();
209 throw new IOException("Failed to perform DELETE on url: " + deletionUrl + ": " + getErrorMessage(connection));
H A DSoapSTSInstancePublisher.java164 private String invokeRestSTSInstanceDeletion(String deletionUrl) throws IOException { argument
165 HttpURLConnection connection = (HttpURLConnection)new URL(deletionUrl).openConnection();

Completed in 21 milliseconds