Searched defs:getCookieSupport (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSession.java888 public boolean getCookieSupport() { method in class:Session
907 sessionDebug.message("Session: getCookieSupport: " + cookieSupport);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSession.java1267 public boolean getCookieSupport() { method in class:Session
1286 sessionDebug.message("Session: getCookieSupport: " + cookieSupport);
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java1005 public boolean getCookieSupport() { method in class:InternalSession
1012 debug.message("InternalSession: getCookieSupport: {}", cookieSupport);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java1666 if (((url != null) && (url.length() > 0)) && !getCookieSupport()) {
1690 private boolean getCookieSupport() { method in class:InternalSession
1704 debug.message("InternalSession: getCookieSupport: " + cookieSupport);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java1151 public static String getCookieSupport(String clientType) { method in class:AuthClientUtils
1188 String cookieSupport = getCookieSupport(clientType);
1883 String cookieSupport = getCookieSupport(getClientType(req));
1892 String cookieSupport = getCookieSupport(getClientType(req));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java1154 public static String getCookieSupport(String clientType) { method in class:AuthClientUtils
1191 String cookieSupport = getCookieSupport(clientType);
1886 String cookieSupport = getCookieSupport(getClientType(req));
1895 String cookieSupport = getCookieSupport(getClientType(req));

Completed in 65 milliseconds