Searched refs:spConfigAttrsMap (Results 1 - 15 of 15) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSAML2IDPProxyImpl.java93 Map spConfigAttrsMap = null;
95 spConfigAttrsMap = SAML2MetaUtils.getAttributes(spEntityCfg);
98 SPSSOFederate.getParameter(spConfigAttrsMap,
105 if ((spConfigAttrsMap != null) && (!spConfigAttrsMap.isEmpty())) {
106 proxyIDPs = (List) spConfigAttrsMap.get(
120 List cotList = (List) spConfigAttrsMap.get("cotlist");
H A DSAML2IDPProxyFRImpl.java143 Map spConfigAttrsMap = null;
145 spConfigAttrsMap = SAML2MetaUtils.getAttributes(spEntityCfg);
152 SPSSOFederate.getParameter(spConfigAttrsMap,
161 String idpFinderEnabled = SPSSOFederate.getParameter(spConfigAttrsMap,
178 if (spConfigAttrsMap != null && !spConfigAttrsMap.isEmpty()) {
179 proxyIDPs = (List<String>) spConfigAttrsMap.get(SAML2Constants.IDP_PROXY_LIST);
245 List cotList = (List) spConfigAttrsMap.get("cotlist");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSAML2IDPProxyImpl.java93 Map spConfigAttrsMap = null;
95 spConfigAttrsMap = SAML2MetaUtils.getAttributes(spEntityCfg);
98 SPSSOFederate.getParameter(spConfigAttrsMap,
105 if ((spConfigAttrsMap != null) && (!spConfigAttrsMap.isEmpty())) {
106 proxyIDPs = (List) spConfigAttrsMap.get(
120 List cotList = (List) spConfigAttrsMap.get("cotlist");
H A DSAML2IDPProxyFRImpl.java143 Map spConfigAttrsMap = null;
145 spConfigAttrsMap = SAML2MetaUtils.getAttributes(spEntityCfg);
152 SPSSOFederate.getParameter(spConfigAttrsMap,
161 String idpFinderEnabled = SPSSOFederate.getParameter(spConfigAttrsMap,
178 if (spConfigAttrsMap != null && !spConfigAttrsMap.isEmpty()) {
179 proxyIDPs = (List<String>) spConfigAttrsMap.get(SAML2Constants.IDP_PROXY_LIST);
245 List cotList = (List) spConfigAttrsMap.get("cotlist");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java230 Map spConfigAttrsMap = getAttrsMapForAuthnReq(realm, spEntityID);
262 AuthnRequest authnRequest = createAuthnRequest(realm, spEntityID, paramsMap, spConfigAttrsMap,
296 String encodedReqMsg = getPostBindingMsg(idpsso, spsso, spConfigAttrsMap, authnRequest);
299 String redirect = getRedirect(authReqXMLString, relayStateID, ssoURL, idpsso, spsso, spConfigAttrsMap);
346 * @param spConfigAttrsMap the sp configuration details
351 IDPSSODescriptorElement idpsso, SPSSODescriptorElement spsso, Map spConfigAttrsMap)
370 String certAlias = getParameter(spConfigAttrsMap, SAML2Constants.SIGNING_CERT_ALIAS);
404 Map spConfigAttrsMap = null;
407 spConfigAttrsMap = SAML2MetaUtils.getAttributes(spEntityCfg);
410 return spConfigAttrsMap;
350 getRedirect(String authReqXMLString, String relayStateID, String ssoURL, IDPSSODescriptorElement idpsso, SPSSODescriptorElement spsso, Map spConfigAttrsMap) argument
436 getPostBindingMsg(IDPSSODescriptorElement idpsso, SPSSODescriptorElement spsso, Map spConfigAttrsMap, AuthnRequest authnRequest) argument
1031 doPassive(Map paramsMap,Map spConfigAttrsMap) argument
1052 isForceAuthN(Map paramsMap,Map spConfigAttrsMap) argument
1070 isAllowCreate(Map paramsMap,Map spConfigAttrsMap) argument
1093 includeRequestedAuthnContext(Map paramsMap, Map spConfigAttrsMap) argument
[all...]
H A DIDPProxyUtil.java441 Map spConfigAttrsMap = null;
448 spConfigAttrsMap = SAML2MetaUtils.getAttributes(spConfig);
450 spConfigAttrsMap, SAML2Constants.ALWAYS_IDP_PROXY);
452 spConfigAttrsMap, SAML2Constants.ENABLE_IDP_PROXY);
477 spConfigAttrsMap = SAML2MetaUtils.getAttributes(spConfig);
480 spConfigAttrsMap, SAML2Constants.ENABLE_IDP_PROXY);
H A DIDPSSOUtil.java2696 Map spConfigAttrsMap = null;
2698 spConfigAttrsMap = SAML2MetaUtils.getAttributes(spEntityCfg);
2700 if ((spConfigAttrsMap == null) || (spConfigAttrsMap.size() == 0)) {
2703 List spCOTList = (List) spConfigAttrsMap.get(SAML2Constants.COT_LIST);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java229 Map spConfigAttrsMap = getAttrsMapForAuthnReq(realm, spEntityID);
275 AuthnRequest authnRequest = createAuthnRequest(realm, spEntityID, paramsMap, spConfigAttrsMap,
309 String encodedReqMsg = getPostBindingMsg(idpsso, spsso, spConfigAttrsMap, authnRequest);
312 String redirect = getRedirect(authReqXMLString, relayStateID, ssoURL, idpsso, spsso, spConfigAttrsMap);
359 * @param spConfigAttrsMap the sp configuration details
364 IDPSSODescriptorElement idpsso, SPSSODescriptorElement spsso, Map spConfigAttrsMap)
383 String certAlias = getParameter(spConfigAttrsMap, SAML2Constants.SIGNING_CERT_ALIAS);
417 Map spConfigAttrsMap = null;
420 spConfigAttrsMap = SAML2MetaUtils.getAttributes(spEntityCfg);
423 return spConfigAttrsMap;
363 getRedirect(String authReqXMLString, String relayStateID, String ssoURL, IDPSSODescriptorElement idpsso, SPSSODescriptorElement spsso, Map spConfigAttrsMap) argument
449 getPostBindingMsg(IDPSSODescriptorElement idpsso, SPSSODescriptorElement spsso, Map spConfigAttrsMap, AuthnRequest authnRequest) argument
1044 doPassive(Map paramsMap,Map spConfigAttrsMap) argument
1065 isForceAuthN(Map paramsMap,Map spConfigAttrsMap) argument
1083 isAllowCreate(Map paramsMap,Map spConfigAttrsMap) argument
1106 includeRequestedAuthnContext(Map paramsMap, Map spConfigAttrsMap) argument
[all...]
H A DIDPProxyUtil.java474 Map spConfigAttrsMap = null;
481 spConfigAttrsMap = SAML2MetaUtils.getAttributes(spConfig);
483 spConfigAttrsMap, SAML2Constants.ALWAYS_IDP_PROXY);
485 spConfigAttrsMap, SAML2Constants.ENABLE_IDP_PROXY);
510 spConfigAttrsMap = SAML2MetaUtils.getAttributes(spConfig);
513 spConfigAttrsMap, SAML2Constants.ENABLE_IDP_PROXY);
H A DIDPSSOUtil.java2729 Map spConfigAttrsMap = null;
2731 spConfigAttrsMap = SAML2MetaUtils.getAttributes(spEntityCfg);
2733 if ((spConfigAttrsMap == null) || (spConfigAttrsMap.size() == 0)) {
2736 List spCOTList = (List) spConfigAttrsMap.get(SAML2Constants.COT_LIST);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/fedlet/ag/
H A DMetaDataParser.java255 Map spConfigAttrsMap = null;
257 spConfigAttrsMap = SAML2MetaUtils.getAttributes(spEntityCfg);
259 spCOTList = (List) spConfigAttrsMap.get(SAML2Constants.COT_LIST);
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java223 final Map<String, Collection<String>> spConfigAttrsMap
226 spConfigAttrsMap, extensionsList, spsso, idpsso, ssoURL, false);
243 final String postMsg = SPSSOFederate.getPostBindingMsg(idpsso, spsso, spConfigAttrsMap, authnRequest);
248 spsso, spConfigAttrsMap);
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java243 final Map<String, Collection<String>> spConfigAttrsMap
246 spConfigAttrsMap, extensionsList, spsso, idpsso, ssoURL, false);
263 final String postMsg = SPSSOFederate.getPostBindingMsg(idpsso, spsso, spConfigAttrsMap, authnRequest);
268 spsso, spConfigAttrsMap);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java2617 Map spConfigAttrsMap = null;
2619 spConfigAttrsMap = SAML2MetaUtils.getAttributes(spEntityCfg);
2620 List cotList = (List) spConfigAttrsMap.get("cotlist");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java2642 Map spConfigAttrsMap = null;
2644 spConfigAttrsMap = SAML2MetaUtils.getAttributes(spEntityCfg);
2645 List cotList = (List) spConfigAttrsMap.get("cotlist");

Completed in 1018 milliseconds