Searched refs:shortUrl (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java1091 private String getFullServiceURL(String shortUrl) { argument
1094 URL u = new URL(shortUrl);
H A DFSSOAPReceiver.java1611 private String getFullServiceURL(String shortUrl) { argument
1615 URL u = new URL(shortUrl);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java1094 private String getFullServiceURL(String shortUrl) { argument
1097 URL u = new URL(shortUrl);
H A DFSSOAPReceiver.java1611 private String getFullServiceURL(String shortUrl) { argument
1615 URL u = new URL(shortUrl);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java547 * @param shortUrl short URL of the service.
550 public static String getFullServiceURL(String shortUrl) { argument
553 URL u = new URL(shortUrl);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java549 * @param shortUrl short URL of the service.
552 public static String getFullServiceURL(String shortUrl) { argument
555 URL u = new URL(shortUrl);

Completed in 39 milliseconds