Searched refs:LOGIN_URI (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DCDCServlet.java133 private static final String LOGIN_URI = "loginURI"; field in class:CDCServlet
585 String loginURI = request.getParameter(LOGIN_URI);
590 debug.message("CDCServlet.redirectForAuthentication:found " + LOGIN_URI + "=" + loginURI);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DCDCServlet.java136 private static final String LOGIN_URI = "loginURI"; field in class:CDCServlet
586 String loginURI = request.getParameter(LOGIN_URI);
591 debug.message("CDCServlet.redirectForAuthentication:found " + LOGIN_URI + "=" + loginURI);

Completed in 33 milliseconds