Searched refs:createAuthnRequest (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAuthnRequestInfoCopy.java63 ProtocolFactory.getInstance().createAuthnRequest(authnRequest), relayState, paramsMap);
H A DSPSSOFederate.java262 AuthnRequest authnRequest = createAuthnRequest(realm, spEntityID, paramsMap, spConfigAttrsMap,
518 AuthnRequest authnRequest = createAuthnRequest(realm, spEntityID,
794 public static AuthnRequest createAuthnRequest(final String realmName, method in class:SPSSOFederate
841 SAML2Utils.debug.error("SPSSOFederate.createAuthnRequest:" +
852 ProtocolFactory.getInstance().createAuthnRequest();
H A DIDPProxyUtil.java330 AuthnRequest newRequest = ProtocolFactory.getInstance().createAuthnRequest();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAuthnRequestInfoCopy.java63 ProtocolFactory.getInstance().createAuthnRequest(authnRequest), relayState, paramsMap);
H A DSPSSOFederate.java275 AuthnRequest authnRequest = createAuthnRequest(realm, spEntityID, paramsMap, spConfigAttrsMap,
531 AuthnRequest authnRequest = createAuthnRequest(realm, spEntityID,
810 public static AuthnRequest createAuthnRequest(final String realmName, method in class:SPSSOFederate
857 SAML2Utils.debug.error("SPSSOFederate.createAuthnRequest:" +
868 ProtocolFactory.getInstance().createAuthnRequest();
H A DIDPProxyUtil.java341 AuthnRequest newRequest = ProtocolFactory.getInstance().createAuthnRequest();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DProtocolFactory.java260 public AuthnRequest createAuthnRequest() throws SAML2Exception { method in class:ProtocolFactory
278 public AuthnRequest createAuthnRequest(Element value) throws SAML2Exception { method in class:ProtocolFactory
295 public AuthnRequest createAuthnRequest(String value) throws SAML2Exception { method in class:ProtocolFactory
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticator.java606 authnReq = ProtocolFactory.getInstance().createAuthnRequest(outputString);
624 return ProtocolFactory.getInstance().createAuthnRequest(elem);
649 authnRequest = ProtocolFactory.getInstance().createAuthnRequest(doc.getDocumentElement());
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DProtocolFactory.java260 public AuthnRequest createAuthnRequest() throws SAML2Exception { method in class:ProtocolFactory
278 public AuthnRequest createAuthnRequest(Element value) throws SAML2Exception { method in class:ProtocolFactory
295 public AuthnRequest createAuthnRequest(String value) throws SAML2Exception { method in class:ProtocolFactory
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticator.java617 authnReq = ProtocolFactory.getInstance().createAuthnRequest(outputString);
635 return ProtocolFactory.getInstance().createAuthnRequest(elem);
661 authnRequest = ProtocolFactory.getInstance().createAuthnRequest(doc.getDocumentElement());
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPostLogin.java457 retMap = plh.createAuthnRequest(headerMap,
H A DFSPreLogin.java475 Map retMap = loginHelper.createAuthnRequest(headerMap,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPostLogin.java457 retMap = plh.createAuthnRequest(headerMap,
H A DFSPreLogin.java475 Map retMap = loginHelper.createAuthnRequest(headerMap,
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java225 authnRequest = SPSSOFederate.createAuthnRequest(realm, spEntityID, params,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java243 public Map createAuthnRequest( method in class:FSLoginHelper
256 FSUtils.debug.message("FSLoginHelper.createAuthnRequest(): called");
266 "FSLoginHelper.createAuthnRequest()::AuthnRequest is null");
278 "FSLoginHelper.createAuthnRequest()::RequestID: " + requestID);
304 "FSLoginHelper.createAuthnRequest():LECP Request Identified" );
360 FSUtils.debug.message("FSLoginHelper.createAuthnRequest: "
367 FSUtils.debug.error("FSLoginHelper.createAuthnRequest(): "
379 FSUtils.debug.message("FSLoginHelper:: createAuthnRequest "
389 FSUtils.debug.message("FSLoginHelper:: createAuthnRequest "
417 FSUtils.debug.message("FSLoginHelper:: createAuthnRequest "
[all...]
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java245 authnRequest = SPSSOFederate.createAuthnRequest(realm, spEntityID, params,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java243 public Map createAuthnRequest( method in class:FSLoginHelper
256 FSUtils.debug.message("FSLoginHelper.createAuthnRequest(): called");
266 "FSLoginHelper.createAuthnRequest()::AuthnRequest is null");
278 "FSLoginHelper.createAuthnRequest()::RequestID: " + requestID);
304 "FSLoginHelper.createAuthnRequest():LECP Request Identified" );
360 FSUtils.debug.message("FSLoginHelper.createAuthnRequest: "
367 FSUtils.debug.error("FSLoginHelper.createAuthnRequest(): "
379 FSUtils.debug.message("FSLoginHelper:: createAuthnRequest "
389 FSUtils.debug.message("FSLoginHelper:: createAuthnRequest "
417 FSUtils.debug.message("FSLoginHelper:: createAuthnRequest "
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java1303 Map retMap = loginHelper.createAuthnRequest(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java1303 Map retMap = loginHelper.createAuthnRequest(

Completed in 109 milliseconds