Searched refs:getValidGotoURL (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLogoutViewBean.java184 gotoUrl = AuthUtils.getValidGotoURL(request, orgDN);
H A DLoginViewBean.java371 redirect_url = AuthUtils.getValidGotoURL(request, ssoToken.getProperty("Organization"));
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLogoutViewBean.java184 gotoUrl = AuthUtils.getValidGotoURL(request, orgDN);
H A DLoginViewBean.java375 redirect_url = AuthUtils.getValidGotoURL(request, ssoToken.getProperty("Organization"));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1953 public static String getValidGotoURL(HttpServletRequest request, String orgDN) { method in class:AuthUtils
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1628 public static String getValidGotoURL(HttpServletRequest request, String orgDN) { method in class:AuthUtils

Completed in 53 milliseconds