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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java298 private boolean cookieDetect = false; field in class:LoginState
1802 cookieDetect = AuthUtils.getCookieDetect(cookieSupport);
1808 DEBUG.message("cookieDetect is .. : " + cookieDetect);
1811 if (AuthUtils.isClientDetectionEnabled() && cookieDetect) {
1899 DEBUG.message("cookieDetect : " + cookieDetect);
1902 if (!cookieDetect && cookieSupported) {
5414 return cookieDetect;
5421 * @param cookieDetect Cooki
5423 setCookieDetect(boolean cookieDetect) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java307 private boolean cookieDetect = false; field in class:LoginState
1749 cookieDetect = AuthUtils.getCookieDetect(cookieSupport);
1755 DEBUG.message("cookieDetect is .. : " + cookieDetect);
1758 if (AuthUtils.isClientDetectionEnabled() && cookieDetect) {
1841 DEBUG.message("cookieDetect : " + cookieDetect);
1844 if (!cookieDetect && cookieSupported) {
5290 return cookieDetect;
5297 * @param cookieDetect Cooki
5299 setCookieDetect(boolean cookieDetect) argument
[all...]

Completed in 223 milliseconds