Searched defs:spSSODescriptor (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticator.java115 SPSSODescriptorElement spSSODescriptor = null;
155 spSSODescriptor = IDPSSOUtil.metaManager.getSPSSODescriptor(data.getRealm(), data.getSpEntityID());
162 (spSSODescriptor != null && spSSODescriptor.isAuthnRequestsSigned())) {
168 if (spSSODescriptor == null) {
173 Set<X509Certificate> certificates = KeyUtil.getVerificationCerts(spSSODescriptor, data.getSpEntityID(),
288 redirectToAuth(spSSODescriptor, binding, idpAuthnContextInfo, data);
346 IDPProxyUtil.sendProxyAuthnRequest(data.getAuthnRequest(), preferredIDP, spSSODescriptor,
354 paramsMap.put("spSSODescriptor", spSSODescriptor);
510 redirectToAuth(SPSSODescriptorElement spSSODescriptor, String binding, IDPAuthnContextInfo idpAuthnContextInfo, IDPSSOFederateRequest data) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxySAMLAuthenticator.java114 SPSSODescriptorElement spSSODescriptor = null;
154 spSSODescriptor = IDPSSOUtil.metaManager.getSPSSODescriptor(data.getRealm(), data.getSpEntityID());
161 || (spSSODescriptor != null && spSSODescriptor.isAuthnRequestsSigned())) {
167 if (spSSODescriptor == null) {
172 Set<X509Certificate> certificates = KeyUtil.getVerificationCerts(spSSODescriptor, data.getSpEntityID(),
297 redirectToAuth(spSSODescriptor, binding, idpAuthnContextInfo, data);
355 IDPProxyUtil.sendProxyAuthnRequest(data.getAuthnRequest(), preferredIDP, spSSODescriptor,
363 paramsMap.put("spSSODescriptor", spSSODescriptor);
520 redirectToAuth(SPSSODescriptorElement spSSODescriptor, String binding, IDPAuthnContextInfo idpAuthnContextInfo, IDPSSOFederateRequest data) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSAML2IDPProxyFRImpl.java77 SPSSODescriptorElement spSSODescriptor = null; field in class:SAML2IDPProxyFRImpl
127 spSSODescriptor = IDPSSOUtil.metaManager.getSPSSODescriptor(realm, authnRequest.getIssuer().getValue().toString());
130 spSSODescriptor = null;
521 paramsMap.put("spSSODescriptor", spSSODescriptor);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSAML2IDPProxyFRImpl.java77 SPSSODescriptorElement spSSODescriptor = null; field in class:SAML2IDPProxyFRImpl
127 spSSODescriptor = IDPSSOUtil.metaManager.getSPSSODescriptor(realm, authnRequest.getIssuer().getValue().toString());
130 spSSODescriptor = null;
521 paramsMap.put("spSSODescriptor", spSSODescriptor);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java146 * @param spSSODescriptor SPSSO Descriptor Element
159 SPSSODescriptorElement spSSODescriptor,
156 sendProxyAuthnRequest( AuthnRequest authnRequest, String preferredIDP, SPSSODescriptorElement spSSODescriptor, String hostedEntityId, HttpServletRequest request, HttpServletResponse response, String realm, String relayState, String originalBinding) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java157 * @param spSSODescriptor SPSSO Descriptor Element
170 SPSSODescriptorElement spSSODescriptor,
167 sendProxyAuthnRequest( AuthnRequest authnRequest, String preferredIDP, SPSSODescriptorElement spSSODescriptor, String hostedEntityId, HttpServletRequest request, HttpServletResponse response, String realm, String relayState, String originalBinding) argument

Completed in 38 milliseconds