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

/forgerock/openam/openam-samples/sts-example-code/
H A DRestSTSInstancePublisher.java117 The fullSTSId should be the string returned by publishInstance.
119 public String removeInstance(final String fullSTSId) throws IOException { argument
120 final String result = invokeRestSTSInstanceDeletion(getPublishRemoveInstanceUri(fullSTSId));
121 logger.log(Level.FINE, "Removed rest sts instance: " + fullSTSId);
125 public String updateInstance(final String fullSTSId, RestSTSInstanceConfig restSTSInstanceConfig) throws IOException { argument
126 final String result = invokeRestSTSInstanceUpdate(getPublishUpdateInstanceUri(fullSTSId),
128 logger.log(Level.FINE, "Updated rest sts instance " + fullSTSId);
H A DSoapSTSInstancePublisher.java106 The fullSTSId should be the string returned by publishInstance.
108 public String removeInstance(final String fullSTSId) throws IOException { argument
109 return invokeRestSTSInstanceDeletion(getPublishRemoveInstanceUri(fullSTSId));

Completed in 40 milliseconds