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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/
H A DCookieUtils.java156 return getCookieValue(cookie);
195 public static String getCookieValue(Cookie cookie) { method in class:CookieUtils
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/util/
H A DCookieUtils.java156 return getCookieValue(cookie);
195 public static String getCookieValue(Cookie cookie) { method in class:CookieUtils
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DCookieUtils.java182 cookieValue = getCookieValue(cookie);
214 public static String getCookieValue(Cookie cookie) { method in class:CookieUtils
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DCookieUtils.java185 cookieValue = getCookieValue(cookie);
217 public static String getCookieValue(Cookie cookie) { method in class:CookieUtils
/forgerock/openam-v13/openam-authentication/openam-auth-adaptive/src/main/java/org/forgerock/openam/authentication/modules/adaptive/
H A DAdaptive.java706 if (knownCookieValue.equalsIgnoreCase(CookieUtils.getCookieValue(cookie))) {
800 if (deviceHash.equalsIgnoreCase(CookieUtils.getCookieValue(cookie))) {
851 lastLoginEnc = CookieUtils.getCookieValue(cookie);
/forgerock/openam/openam-authentication/openam-auth-adaptive/src/main/java/org/forgerock/openam/authentication/modules/adaptive/
H A DAdaptive.java706 if (knownCookieValue.equalsIgnoreCase(CookieUtils.getCookieValue(cookie))) {
800 if (deviceHash.equalsIgnoreCase(CookieUtils.getCookieValue(cookie))) {
851 lastLoginEnc = CookieUtils.getCookieValue(cookie);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DCDCServlet.java563 authURL = CookieUtils.getCookieValue(authCookie);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DCDCServlet.java564 authURL = CookieUtils.getCookieValue(authCookie);

Completed in 65 milliseconds