Searched refs:isCookieSupported (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java480 if (AuthUtils.isCookieSupported(ac)) {
569 if (AuthUtils.isCookieSupported(ac)) {
684 if (AuthUtils.isCookieSupported(ac)) {
1704 if (AuthUtils.isCookieSupported(ac)) {
1736 if (AuthUtils.isCookieSupported(req)) {
1875 if (AuthUtils.isCookieSupported(ac)) {
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java484 if (AuthUtils.isCookieSupported(ac)) {
583 if (AuthUtils.isCookieSupported(ac)) {
695 if (AuthUtils.isCookieSupported(ac)) {
1726 if (AuthUtils.isCookieSupported(ac)) {
1758 if (AuthUtils.isCookieSupported(req)) {
1897 if (AuthUtils.isCookieSupported(ac)) {
/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 97 milliseconds