Searched refs:SOAP (Results 1 - 25 of 60) sorted by relevance

123

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSoapSTSEditViewBean.java26 super("SoapSTSEdit", STSType.SOAP);
H A DSoapSTSAddViewBean.java33 super("SoapSTSAdd", DEFAULT_DISPLAY_URL, AMAdminConstants.SOAP_STS_SERVICE, STSType.SOAP);
H A DSTSHomeViewBean.java218 populateSoapSTSTableModel(model.getPublishedInstances(STSType.SOAP, curRealm));
379 model.deleteInstances(STSType.SOAP, instanceNames);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSoapSTSEditViewBean.java26 super("SoapSTSEdit", STSType.SOAP);
H A DSoapSTSAddViewBean.java33 super("SoapSTSAdd", DEFAULT_DISPLAY_URL, AMAdminConstants.SOAP_STS_SERVICE, STSType.SOAP);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/
H A DSLOLocationTest.java33 endpoints.add(endpointFor(SOAP, "soap"));
38 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, SOAP);
39 assertThat(result.getBinding()).isEqualTo(SOAP);
45 endpoints.add(endpointFor(SOAP, "soap"));
57 SingleLogoutServiceElement result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, SOAP);
67 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, SOAP);
73 endpoints.add(endpointFor(SOAP, "soap"));
75 assertThat(result.getBinding()).isEqualTo(SOAP);
77 assertThat(result.getBinding()).isEqualTo(SOAP);
/forgerock/openam/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/
H A DSLOLocationTest.java33 endpoints.add(endpointFor(SOAP, "soap"));
38 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, SOAP);
39 assertThat(result.getBinding()).isEqualTo(SOAP);
45 endpoints.add(endpointFor(SOAP, "soap"));
57 SingleLogoutServiceElement result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, SOAP);
67 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, SOAP);
73 endpoints.add(endpointFor(SOAP, "soap"));
75 assertThat(result.getBinding()).isEqualTo(SOAP);
77 assertThat(result.getBinding()).isEqualTo(SOAP);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/model/
H A DSTSHomeViewBeanModel.java30 REST, SOAP; enum constant in enum:STSHomeViewBeanModel.STSType
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/model/
H A DSTSHomeViewBeanModel.java30 REST, SOAP; enum constant in enum:STSHomeViewBeanModel.STSType
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DIDPSingleSignOnServiceSOAP.java50 * AuthnRequest using SOAP binding on IDP side.
63 IDPSSOFederate.doSSOFederate(req, resp, resp.getWriter(), true, SAML2Constants.SOAP, null);
75 IDPSSOFederate.doSSOFederate(req, resp, resp.getWriter(), true, SAML2Constants.SOAP, null);
H A DIDPSingleLogoutServiceSOAP.java65 * single logout request using SOAP binding on IDP side.
88 SAML2Constants.SOAP))
152 * Process the incoming SOAP message containing the LogoutRequest and
153 * generates outgoing SOAP message containing the LogoutResponse on IDP
155 * @param message incoming SOAP message.
160 * @return SOAP message containing the outgoing LogoutResponse.
170 // get LogoutRequest element from SOAP message
199 response, SAML2Constants.SOAP, null, idpEntityID, realm, false);
221 "Unable to create SOAP message:", se);
226 "Unable to create SOAP messag
[all...]
H A DSPSingleLogoutServiceSOAP.java60 * single logout request using SOAP binding on SP side.
94 SAML2Constants.SOAP))
124 // Form SOAP fault
143 * Process the incoming SOAP message containing the LogoutRequest and
144 * generates outgoing SOAP message containing the LogoutResponse on SP side.
145 * @param message incoming SOAP message.
150 * @return SOAP message containing the outgoing LogoutResponse.
185 request, response, isLBReq, SAML2Constants.SOAP, false);
201 "Unable to create SOAP message:", se);
206 "Unable to create SOAP messag
[all...]
H A DNameIDMappingServiceSOAP.java58 * Name ID mapping request using SOAP binding on IDP side.
79 SAML2Constants.SOAP))
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DIDPSingleSignOnServiceSOAP.java50 * AuthnRequest using SOAP binding on IDP side.
63 IDPSSOFederate.doSSOFederate(req, resp, resp.getWriter(), true, SAML2Constants.SOAP, null);
75 IDPSSOFederate.doSSOFederate(req, resp, resp.getWriter(), true, SAML2Constants.SOAP, null);
H A DIDPSingleLogoutServiceSOAP.java65 * single logout request using SOAP binding on IDP side.
88 SAML2Constants.SOAP))
152 * Process the incoming SOAP message containing the LogoutRequest and
153 * generates outgoing SOAP message containing the LogoutResponse on IDP
155 * @param message incoming SOAP message.
160 * @return SOAP message containing the outgoing LogoutResponse.
170 // get LogoutRequest element from SOAP message
199 SAML2Constants.SOAP, null, idpEntityID, realm, false);
221 "Unable to create SOAP message:", se);
226 "Unable to create SOAP messag
[all...]
H A DSPSingleLogoutServiceSOAP.java60 * single logout request using SOAP binding on SP side.
94 SAML2Constants.SOAP))
124 // Form SOAP fault
143 * Process the incoming SOAP message containing the LogoutRequest and
144 * generates outgoing SOAP message containing the LogoutResponse on SP side.
145 * @param message incoming SOAP message.
150 * @return SOAP message containing the outgoing LogoutResponse.
185 request, response, isLBReq, SAML2Constants.SOAP, false);
201 "Unable to create SOAP message:", se);
206 "Unable to create SOAP messag
[all...]
H A DNameIDMappingServiceSOAP.java58 * Name ID mapping request using SOAP binding on IDP side.
79 SAML2Constants.SOAP))
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/
H A DAMSTSConstants.java29 public enum STSType {REST, SOAP} enum constant in enum:AMSTSConstants.STSType
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/
H A DAMSTSConstants.java29 public enum STSType {REST, SOAP} enum constant in enum:AMSTSConstants.STSType
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSessionListener.java170 SAML2Constants.SOAP,
220 * Performs an SP initiated SLO against the remote IdP using SOAP binding.
244 String location = LogoutUtil.getSLOServiceLocation(slosList, SAML2Constants.SOAP);
249 + nameIdInfoKey.getRemoteEntityID() + "\" since the IdP does not have SOAP SLO endpoint "
H A DIDPSessionListener.java185 SAML2Constants.SOAP,
276 * Performs an IdP initiated SLO against the remote SP using SOAP binding.
300 String location = LogoutUtil.getSLOServiceLocation(slosList, SAML2Constants.SOAP);
305 + spEntityID + "\" since the SP does not have SOAP SLO endpoint specified in its metadata");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSessionListener.java170 SAML2Constants.SOAP,
220 * Performs an SP initiated SLO against the remote IdP using SOAP binding.
244 String location = LogoutUtil.getSLOServiceLocation(slosList, SAML2Constants.SOAP);
249 + nameIdInfoKey.getRemoteEntityID() + "\" since the IdP does not have SOAP SLO endpoint "
H A DIDPSessionListener.java185 SAML2Constants.SOAP,
276 * Performs an IdP initiated SLO against the remote SP using SOAP binding.
300 String location = LogoutUtil.getSLOServiceLocation(slosList, SAML2Constants.SOAP);
305 + spEntityID + "\" since the SP does not have SOAP SLO endpoint specified in its metadata");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxyIDPRequestValidator.java59 // When in ECP mode, can only be a SOAP binding.
60 this.reqBinding = isFromECP ? SAML2Constants.SOAP : reqBinding;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxyIDPRequestValidator.java59 // When in ECP mode, can only be a SOAP binding.
60 this.reqBinding = isFromECP ? SAML2Constants.SOAP : reqBinding;

Completed in 84 milliseconds

123