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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java118 private static Map mapSiteToServer = new HashMap(); field in class:WebtopNaming
163 mapSiteToServer.put(url1, url2);
353 public static URL mapSiteToServer( method in class:WebtopNaming
359 if (!mapSiteToServer.isEmpty()) {
362 return (URL) mapSiteToServer.get(url);
405 URL mappedURL = mapSiteToServer(protocol, host, port, uri);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java122 private static Map mapSiteToServer = new HashMap(); field in class:WebtopNaming
167 mapSiteToServer.put(url1, url2);
357 public static URL mapSiteToServer( method in class:WebtopNaming
363 if (!mapSiteToServer.isEmpty()) {
366 return (URL) mapSiteToServer.get(url);
383 public static String mapSiteToServer(SessionID sid) throws URLNotFoundException { method in class:WebtopNaming
384 URL mapSessionServiceUrl = mapSiteToServer(sid.getSessionServerProtocol(), sid.getSessionServer(),
426 URL mappedURL = mapSiteToServer(protocol, host, port, uri);

Completed in 55 milliseconds