Searched defs:commonErrorPage (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSTerminationInitiationServlet.java61 private String commonErrorPage = null; field in class:FSTerminationInitiationServlet
207 commonErrorPage = FSServiceUtils.getErrorPageURL(
273 commonErrorPage,
H A DFSTerminationRequestServlet.java61 private String commonErrorPage = null; field in class:FSTerminationRequestServlet
87 commonErrorPage = FSServiceUtils.getErrorPageURL(
204 commonErrorPage,
211 commonErrorPage,
219 commonErrorPage,
286 commonErrorPage,
306 commonErrorPage,
322 commonErrorPage,
337 commonErrorPage,
391 commonErrorPage,
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSTerminationInitiationServlet.java61 private String commonErrorPage = null; field in class:FSTerminationInitiationServlet
207 commonErrorPage = FSServiceUtils.getErrorPageURL(
273 commonErrorPage,
H A DFSTerminationRequestServlet.java61 private String commonErrorPage = null; field in class:FSTerminationRequestServlet
87 commonErrorPage = FSServiceUtils.getErrorPageURL(
204 commonErrorPage,
211 commonErrorPage,
219 commonErrorPage,
286 commonErrorPage,
306 commonErrorPage,
322 commonErrorPage,
337 commonErrorPage,
391 commonErrorPage,
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSProcessLogoutServlet.java190 String commonErrorPage = FSServiceUtils.getErrorPageURL(
194 "\ncommonErrorPage : " + commonErrorPage);
298 commonErrorPage,
308 commonErrorPage,
322 commonErrorPage,
370 * @param commonErrorPage where to go if an error occurred
384 String commonErrorPage,
416 IFSConstants.SAML_RESPONDER, commonErrorPage,
436 IFSConstants.SAML_REQUESTER, commonErrorPage,
448 IFSConstants.SAML_REQUESTER, commonErrorPage,
374 doRequestProcessing( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedDescriptor, BaseConfigType hostedConfig, String hostedRole, String realm, String hostedEntityId, String metaAlias, FSLogoutNotification reqLogout, String commonErrorPage, String userID, Object ssoToken) argument
[all...]
H A DFSLogoutUtil.java970 String commonErrorPage,
985 commonErrorPage,
966 returnToSource( HttpServletResponse response, ProviderDescriptorType remoteDescriptor, String bLogoutStatus, String commonErrorPage, int minorVersion, BaseConfigType hostedConfig, String hostedEntityId, String userID) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSProcessLogoutServlet.java190 String commonErrorPage = FSServiceUtils.getErrorPageURL(
194 "\ncommonErrorPage : " + commonErrorPage);
298 commonErrorPage,
308 commonErrorPage,
322 commonErrorPage,
370 * @param commonErrorPage where to go if an error occurred
384 String commonErrorPage,
416 IFSConstants.SAML_RESPONDER, commonErrorPage,
436 IFSConstants.SAML_REQUESTER, commonErrorPage,
448 IFSConstants.SAML_REQUESTER, commonErrorPage,
374 doRequestProcessing( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedDescriptor, BaseConfigType hostedConfig, String hostedRole, String realm, String hostedEntityId, String metaAlias, FSLogoutNotification reqLogout, String commonErrorPage, String userID, Object ssoToken) argument
[all...]
H A DFSLogoutUtil.java970 String commonErrorPage,
985 commonErrorPage,
966 returnToSource( HttpServletResponse response, ProviderDescriptorType remoteDescriptor, String bLogoutStatus, String commonErrorPage, int minorVersion, BaseConfigType hostedConfig, String hostedEntityId, String userID) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSServiceUtils.java524 * @param commonErrorPage redirect url for error page
530 String commonErrorPage,
535 errorPage.append(commonErrorPage);
537 if (commonErrorPage.indexOf(IFSConstants.QUESTION_MARK) < 0) {
692 * @param commonErrorPage where to go if error occurs
699 String commonErrorPage,
709 showErrorPage(response, commonErrorPage,
528 showErrorPage( HttpServletResponse response, String commonErrorPage, String errorLocaleString, String remarkLocaleString) argument
696 returnToSource( HttpServletResponse response, String retURL, String commonErrorPage, String errorLocaleString, String remarkLocaleString) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSServiceUtils.java524 * @param commonErrorPage redirect url for error page
530 String commonErrorPage,
535 errorPage.append(commonErrorPage);
537 if (commonErrorPage.indexOf(IFSConstants.QUESTION_MARK) < 0) {
692 * @param commonErrorPage where to go if error occurs
699 String commonErrorPage,
709 showErrorPage(response, commonErrorPage,
528 showErrorPage( HttpServletResponse response, String commonErrorPage, String errorLocaleString, String remarkLocaleString) argument
696 returnToSource( HttpServletResponse response, String retURL, String commonErrorPage, String errorLocaleString, String remarkLocaleString) argument

Completed in 47 milliseconds