Searched defs:RETURN_TO_URL (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionManager.java92 public static final String RETURN_TO_URL = "ReturnToURL"; field in class:InteractionManager
515 if (!(redirectURL.indexOf(RETURN_TO_URL + "=") == -1)) {
519 + RETURN_TO_URL
521 String objs[] = {RETURN_TO_URL, REDIRECT_URL};
579 redirectURL = redirectURL +"&"+ RETURN_TO_URL + "="
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionManager.java95 public static final String RETURN_TO_URL = "ReturnToURL"; field in class:InteractionManager
518 if (!(redirectURL.indexOf(RETURN_TO_URL + "=") == -1)) {
522 + RETURN_TO_URL
524 String objs[] = {RETURN_TO_URL, REDIRECT_URL};
582 redirectURL = redirectURL +"&"+ RETURN_TO_URL + "="

Completed in 36 milliseconds