Searched defs:cookieURL (Results 1 - 4 of 4) sorted by relevance
/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/ |
H A D | LoginServlet.java | 142 String cookieURL = AuthUtils.getCookieURLForSessionUpgrade(request); 143 if (cookieURL != null && isLoginRequest) { 144 rerouteRequest(request, response, cookieURL); 156 cookieURL = AuthUtils.getCookieURL(sessionID); 164 debug.message("cookieURL : " + cookieURL); 166 if (isLoginRequest && cookieURL != null && !cookieURL.isEmpty() && !AuthUtils.isLocalServer(cookieURL,true) 168 rerouteRequest(request, response, cookieURL); 173 rerouteRequest(HttpServletRequest request, HttpServletResponse response, String cookieURL) argument [all...] |
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/ |
H A D | LoginServlet.java | 142 String cookieURL = AuthUtils.getCookieURLForSessionUpgrade(request); 143 if (cookieURL != null && isLoginRequest) { 144 rerouteRequest(request, response, cookieURL); 156 cookieURL = AuthUtils.getCookieURL(sessionID); 164 debug.message("cookieURL : " + cookieURL); 166 if (isLoginRequest && cookieURL != null && !cookieURL.isEmpty() && !AuthUtils.isLocalServer(cookieURL,true) 168 rerouteRequest(request, response, cookieURL); 173 rerouteRequest(HttpServletRequest request, HttpServletResponse response, String cookieURL) argument [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/ |
H A D | AuthClientUtils.java | 956 String cookieURL = null; 962 cookieURL = getCookieURL(new SessionID(token.getTokenID().toString())); 963 if (cookieURL != null && !isLocalServer(cookieURL, true) 966 return cookieURL; 979 String cookieURL = null; 982 cookieURL = sessionServerURL.getProtocol() 991 return cookieURL; 2376 public static boolean isLocalServer(String cookieURL, boolean isServer) { argument 2382 utilDebug.message("This server URL='{}', Server URL from cookie='{}'", urlStr, cookieURL); 2417 isLocalServer(String cookieURL, String inputURI) argument 2426 isServerMemberOfLocalSite(String cookieURL) argument 2490 sendAuthRequestToOrigServer(HttpServletRequest request, HttpServletResponse response, String cookieURL) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/ |
H A D | AuthClientUtils.java | 959 String cookieURL = null; 965 cookieURL = getCookieURL(new SessionID(token.getTokenID().toString())); 966 if (cookieURL != null && !isLocalServer(cookieURL, true) 969 return cookieURL; 982 String cookieURL = null; 985 cookieURL = sessionServerURL.getProtocol() 994 return cookieURL; 2379 public static boolean isLocalServer(String cookieURL, boolean isServer) { argument 2385 utilDebug.message("This server URL='{}', Server URL from cookie='{}'", urlStr, cookieURL); 2420 isLocalServer(String cookieURL, String inputURI) argument 2429 isServerMemberOfLocalSite(String cookieURL) argument 2493 sendAuthRequestToOrigServer(HttpServletRequest request, HttpServletResponse response, String cookieURL) argument [all...] |
Completed in 933 milliseconds