Searched refs:idp (Results 26 - 31 of 31) sorted by relevance

12

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java323 IDPSSODescriptorElement idp = null;
325 idp = sm.getIDPSSODescriptor(orgName, idpEntityID);
339 art.getEndpointIndex(), idpEntityID, idp, request, response);
425 response, idpEntityID, idp, orgName, hostEntityId, sm);
448 // find the idp
492 IDPSSODescriptorElement idp,
498 List arsList=idp.getArtifactResolutionService();
562 IDPSSODescriptorElement idp,
629 Set<X509Certificate> verificationCerts = KeyUtil.getVerificationCerts(idp, idpEntityID,
489 getIDPArtifactResolutionServiceUrl( int endpointIndex, String idpEntityID, IDPSSODescriptorElement idp, HttpServletRequest request, HttpServletResponse response) argument
557 getResponseFromSOAP(SOAPMessage resMsg, ArtifactResolve resolve, HttpServletRequest request, HttpServletResponse response, String idpEntityID, IDPSSODescriptorElement idp, String orgName, String hostEntityId, SAML2MetaManager sm) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DWSFederationUtils.java284 FederationElement idp =
286 X509Certificate cert = KeyUtil.getVerificationCert(idp, issuer,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java129 // TODO: check if the idp is active if we decide to support it
756 String idp = null;
758 idp = (String) idpList.next();
759 if (!alreadyFederatedProviders.contains(idp)) {
760 unFederatedIDPs.add(idp);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java129 // TODO: check if the idp is active if we decide to support it
756 String idp = null;
758 idp = (String) idpList.next();
759 if (!alreadyFederatedProviders.contains(idp)) {
760 unFederatedIDPs.add(idp);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java509 IDPSSODescriptorElement idp = null;
545 idp = saml2MetaManager.getIDPSSODescriptor(
547 verificationCerts = KeyUtil.getVerificationCerts(idp, idpEntityId, SAML2Constants.IDP_ROLE);
1781 // set the idp entity id as the response issuer
2679 * from the request and parses it to get the idp entity
2681 * one is the preferred idp.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java501 IDPSSODescriptorElement idp = null;
537 idp = saml2MetaManager.getIDPSSODescriptor(
539 verificationCerts = KeyUtil.getVerificationCerts(idp, idpEntityId, SAML2Constants.IDP_ROLE);
1806 // set the idp entity id as the response issuer
2704 * from the request and parses it to get the idp entity
2706 * one is the preferred idp.

Completed in 61 milliseconds

12