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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java259 authnRequest = getAuthnReq(headers, LRURL, true);
261 authnRequest = getAuthnReq(headers, LRURL, false);
533 private FSAuthnRequest getAuthnReq( method in class:FSLoginHelper
551 FSUtils.debug.message("FSLoginHelper::getAuthnReq():"
607 "FSLoginHelper.getAuthnReq():Error during procesing:", ex);
609 "FSLoginHelper.getAuthnReq() In Exception " + ex.getMessage());
748 authnRequest = getAuthnReq(headerMap, LRURL, true);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java259 authnRequest = getAuthnReq(headers, LRURL, true);
261 authnRequest = getAuthnReq(headers, LRURL, false);
533 private FSAuthnRequest getAuthnReq( method in class:FSLoginHelper
551 FSUtils.debug.message("FSLoginHelper::getAuthnReq():"
607 "FSLoginHelper.getAuthnReq():Error during procesing:", ex);
609 "FSLoginHelper.getAuthnReq() In Exception " + ex.getMessage());
748 authnRequest = getAuthnReq(headerMap, LRURL, true);

Completed in 31 milliseconds