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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1247 public static boolean isCookieSupported(AuthContextLocal ac) { method in class:AuthUtils
1252 return loginState.isCookieSupported();
1396 public static boolean isCookieSupported(AuthContextLocal authContext, method in class:AuthUtils
1401 cookieSupported = isCookieSupported(authContext);
H A DLoginState.java4874 boolean isCookieSupported() { method in class:LoginState
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1117 public static boolean isCookieSupported(AuthContextLocal ac) { method in class:AuthUtils
1122 return loginState.isCookieSupported();
H A DLoginState.java4786 boolean isCookieSupported() { method in class:LoginState
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java658 * @param isCookieSupported is a boolean which indicates whether
665 boolean isCookieSupported) {
668 if ((logoutCookie == null) || (isCookieSupported)) {
1881 public static boolean isCookieSupported(HttpServletRequest req) { method in class:AuthClientUtils
1982 if (isCookieSupported(request)) {
662 addLogoutCookieToURL( String url, String logoutCookie, boolean isCookieSupported) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java661 * @param isCookieSupported is a boolean which indicates whether
668 boolean isCookieSupported) {
671 if ((logoutCookie == null) || (isCookieSupported)) {
1884 public static boolean isCookieSupported(HttpServletRequest req) { method in class:AuthClientUtils
1985 if (isCookieSupported(request)) {
665 addLogoutCookieToURL( String url, String logoutCookie, boolean isCookieSupported) argument

Completed in 85 milliseconds