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

/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-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()))
/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) {

Completed in 56 milliseconds