Searched refs:checkDoubleQuote (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/
H A DCookieUtils.java196 String cookieValue = checkDoubleQuote(cookie.getValue());
222 String cookieValue = checkDoubleQuote(cookies[nCookie]
376 public static String checkDoubleQuote(String cookie) { method in class:CookieUtils
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/util/
H A DCookieUtils.java196 String cookieValue = checkDoubleQuote(cookie.getValue());
222 String cookieValue = checkDoubleQuote(cookies[nCookie]
376 public static String checkDoubleQuote(String cookie) { method in class:CookieUtils
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DCookieUtils.java215 String cookieValue = checkDoubleQuote(cookie.getValue());
239 String cookieValue = checkDoubleQuote(cookies[nCookie]
388 public static String checkDoubleQuote(String cookie) { method in class:CookieUtils
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DCookieUtils.java218 String cookieValue = checkDoubleQuote(cookie.getValue());
242 String cookieValue = checkDoubleQuote(cookies[nCookie]
391 public static String checkDoubleQuote(String cookie) { method in class:CookieUtils

Completed in 31 milliseconds