Searched refs:spsso (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java233 SPSSODescriptorElement spsso = getSPSSOForAuthnReq(realm, spEntityID);
235 if (spsso == null) {
263 extensionsList, spsso, idpsso, ssoURL, false);
296 String encodedReqMsg = getPostBindingMsg(idpsso, spsso, spConfigAttrsMap, authnRequest);
299 String redirect = getRedirect(authReqXMLString, relayStateID, ssoURL, idpsso, spsso, spConfigAttrsMap);
345 * @param spsso the sp descriptor to use
351 IDPSSODescriptorElement idpsso, SPSSODescriptorElement spsso, Map spConfigAttrsMap)
369 if (idpsso.isWantAuthnRequestsSigned() || spsso.isAuthnRequestsSigned()) {
430 * @param spsso
436 public static String getPostBindingMsg(IDPSSODescriptorElement idpsso, SPSSODescriptorElement spsso, argument
350 getRedirect(String authReqXMLString, String relayStateID, String ssoURL, IDPSSODescriptorElement idpsso, SPSSODescriptorElement spsso, Map spConfigAttrsMap) argument
737 createNameIDPolicy(String spEntityID, String format, boolean allowCreate, SPSSODescriptorElement spsso, IDPSSODescriptorElement idpsso, String realm, Map paramsMap) argument
794 createAuthnRequest(final String realmName, final String spEntityID, final Map paramsMap, final Map spConfigMap, final List extensionsList, final SPSSODescriptorElement spsso, final IDPSSODescriptorElement idpsso, final String ssourl, final boolean isForECP) argument
972 getACSUrl(SPSSODescriptorElement spsso, String binding) argument
[all...]
H A DIDPSessionListener.java292 SPSSODescriptorElement spsso = sm.getSPSSODescriptor(realm, spEntityID);
293 if (spsso == null) {
299 List<EndpointType> slosList = spsso.getSingleLogoutService();
H A DSPSingleLogout.java280 SPSSODescriptorElement spsso =
283 if (spsso == null) {
641 SPSSODescriptorElement spsso =
643 String loc = getSLOResponseLocationOrLocation(spsso, binding);
886 SPSSODescriptorElement spsso =
888 String loc = getSLOResponseLocationOrLocation(spsso, binding);
1461 SPSSODescriptorElement spsso, String binding) {
1463 if (spsso != null) {
1464 List sloList = spsso.getSingleLogoutService();
1460 getSLOResponseLocationOrLocation( SPSSODescriptorElement spsso, String binding) argument
H A DIDPSingleLogout.java1769 SPSSODescriptorElement spsso = sm.getSPSSODescriptor(realm, spEntityID);
1771 if (spsso == null) {
1777 return spsso.getSingleLogoutService();
H A DIDPSSOUtil.java1522 SPSSODescriptorElement spsso = getSPSSODescriptor(
1524 if (spsso == null) {
1540 nameIDFormat = SAML2Utils.verifyNameIDFormat(nameIDFormat, spsso, idpsso);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java232 SPSSODescriptorElement spsso = getSPSSOForAuthnReq(realm, spEntityID);
234 if (spsso == null) {
276 extensionsList, spsso, idpsso, ssoURL, false);
309 String encodedReqMsg = getPostBindingMsg(idpsso, spsso, spConfigAttrsMap, authnRequest);
312 String redirect = getRedirect(authReqXMLString, relayStateID, ssoURL, idpsso, spsso, spConfigAttrsMap);
358 * @param spsso the sp descriptor to use
364 IDPSSODescriptorElement idpsso, SPSSODescriptorElement spsso, Map spConfigAttrsMap)
382 if (idpsso.isWantAuthnRequestsSigned() || spsso.isAuthnRequestsSigned()) {
443 * @param spsso
449 public static String getPostBindingMsg(IDPSSODescriptorElement idpsso, SPSSODescriptorElement spsso, argument
363 getRedirect(String authReqXMLString, String relayStateID, String ssoURL, IDPSSODescriptorElement idpsso, SPSSODescriptorElement spsso, Map spConfigAttrsMap) argument
753 createNameIDPolicy(String spEntityID, String format, boolean allowCreate, SPSSODescriptorElement spsso, IDPSSODescriptorElement idpsso, String realm, Map paramsMap) argument
810 createAuthnRequest(final String realmName, final String spEntityID, final Map paramsMap, final Map spConfigMap, final List extensionsList, final SPSSODescriptorElement spsso, final IDPSSODescriptorElement idpsso, final String ssourl, final boolean isForECP) argument
985 getACSUrl(SPSSODescriptorElement spsso, String binding) argument
[all...]
H A DIDPSessionListener.java292 SPSSODescriptorElement spsso = sm.getSPSSODescriptor(realm, spEntityID);
293 if (spsso == null) {
299 List<EndpointType> slosList = spsso.getSingleLogoutService();
H A DSPSingleLogout.java280 SPSSODescriptorElement spsso =
283 if (spsso == null) {
641 SPSSODescriptorElement spsso =
643 String loc = getSLOResponseLocationOrLocation(spsso, binding);
886 SPSSODescriptorElement spsso =
888 String loc = getSLOResponseLocationOrLocation(spsso, binding);
1461 SPSSODescriptorElement spsso, String binding) {
1463 if (spsso != null) {
1464 List sloList = spsso.getSingleLogoutService();
1460 getSLOResponseLocationOrLocation( SPSSODescriptorElement spsso, String binding) argument
H A DIDPSingleLogout.java1768 SPSSODescriptorElement spsso = sm.getSPSSODescriptor(realm, spEntityID);
1770 if (spsso == null) {
1776 return spsso.getSingleLogoutService();
H A DIDPSSOUtil.java1557 SPSSODescriptorElement spsso = getSPSSODescriptor(
1559 if (spsso == null) {
1575 nameIDFormat = SAML2Utils.verifyNameIDFormat(nameIDFormat, spsso, idpsso);
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java213 final SPSSODescriptorElement spsso = SPSSOFederate.getSPSSOForAuthnReq(realm, spEntityID);
215 if (idpsso == null || spsso == null) {
226 spConfigAttrsMap, extensionsList, spsso, idpsso, ssoURL, false);
243 final String postMsg = SPSSOFederate.getPostBindingMsg(idpsso, spsso, spConfigAttrsMap, authnRequest);
248 spsso, spConfigAttrsMap);
705 final SPSSODescriptorElement spsso = SPSSOFederate.getSPSSOForAuthnReq(realm, spEntityID);
707 nameIDFormat = SAML2Utils.verifyNameIDFormat(nameIDFormat, spsso, idpsso);
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java216 final SPSSODescriptorElement spsso = SPSSOFederate.getSPSSOForAuthnReq(realm, spEntityID);
218 if (idpsso == null || spsso == null) {
246 spConfigAttrsMap, extensionsList, spsso, idpsso, ssoURL, false);
263 final String postMsg = SPSSOFederate.getPostBindingMsg(idpsso, spsso, spConfigAttrsMap, authnRequest);
268 spsso, spConfigAttrsMap);
728 final SPSSODescriptorElement spsso = SPSSOFederate.getSPSSOForAuthnReq(realm, spEntityID);
730 nameIDFormat = SAML2Utils.verifyNameIDFormat(nameIDFormat, spsso, idpsso);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DWSFedPropertiesModelImpl.java421 SPSSOConfigElement spsso = getspsso(fed);
422 if (spsso != null) {
423 BaseConfigType baseConfig = (BaseConfigType)spsso;
599 SPSSOConfigElement spsso = null;
606 spsso = (SPSSOConfigElement) bc;
610 return spsso;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DWSFedPropertiesModelImpl.java425 SPSSOConfigElement spsso = getspsso(fed);
426 if (spsso != null) {
427 BaseConfigType baseConfig = (BaseConfigType)spsso;
603 SPSSOConfigElement spsso = null;
610 spsso = (SPSSOConfigElement) bc;
614 return spsso;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java3680 * @param spsso SP meta data desciptor.
3685 SPSSODescriptorElement spsso, IDPSSODescriptorElement idpsso)
3688 List spNameIDFormatList = spsso.getNameIDFormat();
3684 verifyNameIDFormat(String nameIDFormat, SPSSODescriptorElement spsso, IDPSSODescriptorElement idpsso) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java3705 * @param spsso SP meta data desciptor.
3710 SPSSODescriptorElement spsso, IDPSSODescriptorElement idpsso)
3713 List spNameIDFormatList = spsso.getNameIDFormat();
3709 verifyNameIDFormat(String nameIDFormat, SPSSODescriptorElement spsso, IDPSSODescriptorElement idpsso) argument

Completed in 355 milliseconds