Searched defs:idp (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DValidateSAML2.java73 public ValidateSAML2(String realm, String idp, String sp) argument
76 setIDPEntityId(idp);
91 throw new WorkflowException("cannot.locate.idp", param);
99 throw new WorkflowException("cannot.locate.idp", param);
103 throw new WorkflowException("cannot.locate.idp", param);
112 throw new WorkflowException("cannot.locate.idp.loginURL",
119 throw new WorkflowException("cannot.locate.idp", param);
220 private void setIDPEntityId(String idp) { argument
221 int idx = idp.indexOf("(");
223 int idx1 = idp
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DValidateSAML2.java73 public ValidateSAML2(String realm, String idp, String sp) argument
76 setIDPEntityId(idp);
91 throw new WorkflowException("cannot.locate.idp", param);
99 throw new WorkflowException("cannot.locate.idp", param);
103 throw new WorkflowException("cannot.locate.idp", param);
112 throw new WorkflowException("cannot.locate.idp.loginURL",
119 throw new WorkflowException("cannot.locate.idp", param);
220 private void setIDPEntityId(String idp) { argument
221 int idx = idp.indexOf("(");
223 int idx1 = idp
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java320 IDPSSODescriptorElement idp = null;
322 idp = sm.getIDPSSODescriptor(orgName, idpEntityID);
336 art.getEndpointIndex(), idpEntityID, idp, request, response);
422 response, idpEntityID, idp, orgName, hostEntityId, sm);
445 // find the idp
489 IDPSSODescriptorElement idp,
495 List arsList=idp.getArtifactResolutionService();
559 IDPSSODescriptorElement idp,
626 Set<X509Certificate> verificationCerts = KeyUtil.getVerificationCerts(idp, idpEntityID,
486 getIDPArtifactResolutionServiceUrl( int endpointIndex, String idpEntityID, IDPSSODescriptorElement idp, HttpServletRequest request, HttpServletResponse response) argument
554 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/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

Completed in 46 milliseconds