Searched refs:lbCookieValue (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DNamingTableConfigurationFactory.java214 String lbCookieValue = serverid;
217 lbCookieValue = serverid.substring(idx + 1, serverid.length());
220 lbcookieTbl.put(serverid, lbCookieValue);
H A DWebtopNaming.java788 * Returns the lbCookieValue corresponding to the server ID.
795 String lbCookieValue = null;
812 lbCookieValue = (String) config.getLbCookieValuesTable().get(serverid);
813 if (lbCookieValue == null) {
816 " lbCookieValue from table is null, returning server id: " +
823 debug.message("WebtopNaming.getLBCookieValue(): lbCookieValue"
824 + "for " + serverid + " is " + lbCookieValue);
827 return lbCookieValue;
/forgerock/openam/openam-authentication/openam-auth-push/src/main/java/org/forgerock/openam/authentication/modules/push/
H A DAuthenticatorPush.java89 private String lbCookieValue; field in class:AuthenticatorPush
116 lbCookieValue = sessionCookies.getLBCookie(getSessionId());
333 .claim(LOADBALANCER_KEY, Base64.encode((lbCookieValue).getBytes()))
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DNamingTableConfigurationFactory.java215 String lbCookieValue = serverid;
218 lbCookieValue = serverid.substring(idx + 1, serverid.length());
221 lbcookieTbl.put(serverid, lbCookieValue);
H A DWebtopNaming.java864 * Returns the lbCookieValue corresponding to the server ID.
871 String lbCookieValue = null;
888 lbCookieValue = (String) config.getLbCookieValuesTable().get(serverid);
889 if (lbCookieValue == null) {
892 " lbCookieValue from table is null, returning server id: " +
899 debug.message("WebtopNaming.getLBCookieValue(): lbCookieValue"
900 + "for " + serverid + " is " + lbCookieValue);
903 return lbCookieValue;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DIdentityServicesHandler.java84 private String lbCookieValue; field in class:IdentityServicesHandler
123 if (lbCookieName == null || lbCookieValue == null) {
158 lbCookieValue = AuthClientUtils.getlbCookieValue();
162 if (lbCookieName == null || lbCookieValue == null) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DIdentityServicesHandler.java84 private String lbCookieValue; field in class:IdentityServicesHandler
123 if (lbCookieName == null || lbCookieValue == null) {
158 lbCookieValue = AuthClientUtils.getlbCookieValue();
162 if (lbCookieName == null || lbCookieValue == null) {
/forgerock/openam/openam-authentication/openam-auth-push/src/main/java/org/forgerock/openam/authentication/modules/push/registration/
H A DAuthenticatorPushRegistration.java121 private String lbCookieValue; field in class:AuthenticatorPushRegistration
154 lbCookieValue = sessionCookies.getLBCookie(getSessionId());
383 Base64url.encode((lbCookieValue).getBytes()))

Completed in 62 milliseconds