Searched refs:errorUrl (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DCookieUtils.java77 private static String errorUrl = System.getProperty( field in class:CookieUtils
338 if ((errorUrl == null) || (errorUrl.length() == 0)) {
349 if (errorUrl.indexOf("?") != -1) {
352 String newUrl = errorUrl.trim() + jointString
360 String tmp = errorUrl.toLowerCase();
/forgerock/openam/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DCookieUtils.java77 private static String errorUrl = System.getProperty( field in class:CookieUtils
338 if ((errorUrl == null) || (errorUrl.length() == 0)) {
349 if (errorUrl.indexOf("?") != -1) {
352 String newUrl = errorUrl.trim() + jointString
360 String tmp = errorUrl.toLowerCase();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java1745 String errorUrl = SystemConfigurationUtil.getProperty(
1749 debug.message("SAMLUtils.sendError: error page" + errorUrl);
1751 String tmp = errorUrl.toLowerCase();
1755 if (errorUrl.indexOf("?") != -1) {
1758 String newUrl = errorUrl.trim() + jointString
1772 if (errorUrl.indexOf("?") != -1) {
1775 String newUrl = errorUrl.trim() + jointString
1784 request.setAttribute("ERROR_URL", errorUrl);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java1748 String errorUrl = SystemConfigurationUtil.getProperty(
1752 debug.message("SAMLUtils.sendError: error page" + errorUrl);
1754 String tmp = errorUrl.toLowerCase();
1758 if (errorUrl.indexOf("?") != -1) {
1761 String newUrl = errorUrl.trim() + jointString
1775 if (errorUrl.indexOf("?") != -1) {
1778 String newUrl = errorUrl.trim() + jointString
1787 request.setAttribute("ERROR_URL", errorUrl);

Completed in 38 milliseconds