Searched defs:getLBCookieValue (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServerConfig.java348 public String getLBCookieValue() { method in class:SessionServerConfig
349 return WebtopNaming.getLBCookieValue(getLocalServerID());
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServerConfig.java356 public String getLBCookieValue() { method in class:SessionServerConfig
357 return WebtopNaming.getLBCookieValue(getLocalServerID());
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java794 public static String getLBCookieValue(String serverid) { method in class:WebtopNaming
799 debug.message("WebtopNaming.getLBCookieValue():" +
805 debug.message("WebtopNaming.getLBCookieValue():" +
815 debug.message("WebtopNaming.getLBCookieValue():" +
823 debug.message("WebtopNaming.getLBCookieValue(): lbCookieValue"
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java870 public static String getLBCookieValue(String serverid) { method in class:WebtopNaming
875 debug.message("WebtopNaming.getLBCookieValue():" +
881 debug.message("WebtopNaming.getLBCookieValue():" +
891 debug.message("WebtopNaming.getLBCookieValue():" +
899 debug.message("WebtopNaming.getLBCookieValue(): lbCookieValue"

Completed in 36 milliseconds