Searched defs:cookieSupport (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java1152 String cookieSup = getProperty(clientType, "cookieSupport");
1183 /* checks the cookieDetect , cookieSupport values to
1188 String cookieSupport = getCookieSupport(clientType);
1189 boolean cookieDetect = getCookieDetect(cookieSupport);
1191 boolean cookieSup = ((cookieSupport !=null) &&
1192 (cookieSupport.equalsIgnoreCase(value) ||
1193 cookieSupport.equalsIgnoreCase(
1198 utilDebug.message("cookieSupport='{}', cookieDetect='{}', setCookie='{}'", cookieSupport, cookieDetect,
1206 * @param cookieSupport , whethe
1209 getCookieDetect(String cookieSupport) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java1155 String cookieSup = getProperty(clientType, "cookieSupport");
1186 /* checks the cookieDetect , cookieSupport values to
1191 String cookieSupport = getCookieSupport(clientType);
1192 boolean cookieDetect = getCookieDetect(cookieSupport);
1194 boolean cookieSup = ((cookieSupport !=null) &&
1195 (cookieSupport.equalsIgnoreCase(value) ||
1196 cookieSupport.equalsIgnoreCase(
1201 utilDebug.message("cookieSupport='{}', cookieDetect='{}', setCookie='{}'", cookieSupport, cookieDetect,
1209 * @param cookieSupport , whethe
1212 getCookieDetect(String cookieSupport) argument
[all...]

Completed in 37 milliseconds