Searched refs:cookieURL (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginServlet.java142 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 DLoginServlet.java142 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/server/
H A DAuthXMLHandler.java162 String cookieURL = null;
183 cookieURL = srtBuff.toString();
186 cookieURL = null;
191 if ((cookieURL != null) && (cookieURL.trim().length() != 0) &&
192 !(AuthUtils.isLocalServer(cookieURL,serviceURI))) {
217 Vector responses = PLLClient.send(new URL(cookieURL), set,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLHandler.java162 String cookieURL = null;
183 cookieURL = srtBuff.toString();
186 cookieURL = null;
191 if ((cookieURL != null) && (cookieURL.trim().length() != 0) &&
192 !(AuthUtils.isLocalServer(cookieURL,serviceURI))) {
217 Vector responses = PLLClient.send(new URL(cookieURL), set,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java956 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 DAuthClientUtils.java959 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...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java224 String cookieURL = null;
228 cookieURL = sessionServerURL.getProtocol()
240 + "cookieURL : " + cookieURL);
242 if ((cookieURL != null) && (!cookieURL.isEmpty()) &&
243 (isLocalServer(cookieURL,true))) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java219 String cookieURL = null;
222 cookieURL = sessionServerURL.getProtocol()
229 utilDebug.message("AuthUtils:getAuthContext(): cookieURL : %s", cookieURL);
231 if (StringUtils.isNotEmpty(cookieURL) && (isLocalServer(cookieURL,true))) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/service/
H A DNamingService.java520 String cookieURL = protocol + "://" + host + ":" + port;
523 if (platformList.indexOf(cookieURL) == -1) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/service/
H A DNamingService.java523 String cookieURL = protocol + "://" + host + ":" + port;
526 if (platformList.indexOf(cookieURL) == -1) {

Completed in 64 milliseconds