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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfig.java173 * @param luri the labeled uri to be assigned to the configuration
180 public void setLabeledUri(String luri) throws SSOException, SMSException { argument
183 String[] lUris = { sb.append(luri).toString() };
192 * @param luri the labeled uri to be assigned to the configuration
199 public void deleteLabeledUri(String luri) throws SSOException, SMSException { argument
203 e.removeAttribute(SMSEntry.ATTR_LABELED_URI, luri);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfig.java173 * @param luri the labeled uri to be assigned to the configuration
180 public void setLabeledUri(String luri) throws SSOException, SMSException { argument
183 String[] lUris = { sb.append(luri).toString() };
192 * @param luri the labeled uri to be assigned to the configuration
199 public void deleteLabeledUri(String luri) throws SSOException, SMSException { argument
203 e.removeAttribute(SMSEntry.ATTR_LABELED_URI, luri);

Completed in 277 milliseconds