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

/forgerock/openam-v13/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DCookieReaderServlet.java144 String returnURL =
146 if (returnURL == null ||
147 returnURL.trim().length() <= 0) {
164 returnURL = appendCookieToReturnURL(
165 returnURL,
174 response.sendRedirect(returnURL);
210 * @param returnURL URL to redirect to (LRURL)
217 String returnURL,
231 // If the original returnURL already has some params, use
235 if(returnURL
216 appendCookieToReturnURL( String returnURL, String cookieValue) argument
[all...]
/forgerock/openam/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DCookieReaderServlet.java144 String returnURL =
146 if (returnURL == null ||
147 returnURL.trim().length() <= 0) {
164 returnURL = appendCookieToReturnURL(
165 returnURL,
174 response.sendRedirect(returnURL);
210 * @param returnURL URL to redirect to (LRURL)
217 String returnURL,
231 // If the original returnURL already has some params, use
235 if(returnURL
216 appendCookieToReturnURL( String returnURL, String cookieValue) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPostLogin.java103 String returnURL = null;
147 returnURL =
150 returnURL = new StringBuffer().append(consentPage)
165 returnURL = lrURL;
197 returnURL = new StringBuffer().append(federationPage).append
212 returnURL = lrURL;
219 returnURL = lrURL;
224 + returnURL);
226 sendResponse(request, response,returnURL);
274 * @param returnURL th
276 sendResponse(HttpServletRequest request, HttpServletResponse response, String returnURL) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPostLogin.java103 String returnURL = null;
147 returnURL =
150 returnURL = new StringBuffer().append(consentPage)
165 returnURL = lrURL;
197 returnURL = new StringBuffer().append(federationPage).append
212 returnURL = lrURL;
219 returnURL = lrURL;
224 + returnURL);
226 sendResponse(request, response,returnURL);
274 * @param returnURL th
276 sendResponse(HttpServletRequest request, HttpServletResponse response, String returnURL) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSNameRegistrationHandler.java110 protected static String returnURL = ""; field in class:FSNameRegistrationHandler
634 this.returnURL = LRURL;
744 returnURL = (String) returnMap.get(IFSConstants.LRURL);
1019 returnURL = (String) returnMap.get(
1085 if (returnURL != null) {
1086 valMap.put(IFSConstants.LRURL, returnURL);
1477 returnURL);
1479 response.sendRedirect(returnURL);
1755 returnMap.put(IFSConstants.LRURL, returnURL);
1839 returnMap.put(IFSConstants.LRURL, returnURL);
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSNameRegistrationHandler.java110 protected static String returnURL = ""; field in class:FSNameRegistrationHandler
634 this.returnURL = LRURL;
744 returnURL = (String) returnMap.get(IFSConstants.LRURL);
1019 returnURL = (String) returnMap.get(
1085 if (returnURL != null) {
1086 valMap.put(IFSConstants.LRURL, returnURL);
1477 returnURL);
1479 response.sendRedirect(returnURL);
1755 returnMap.put(IFSConstants.LRURL, returnURL);
1839 returnMap.put(IFSConstants.LRURL, returnURL);
[all...]

Completed in 63 milliseconds