Searched refs:sourceid (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactImpl.java199 * @param sourceid String format of 20-byte sequence. Usually obtained
209 String sourceid,
224 if (sourceid == null) {
229 sourceID = sourceid;
207 ArtifactImpl(byte[] typecode, int endpointindex, String sourceid, String messagehandle) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactImpl.java199 * @param sourceid String format of 20-byte sequence. Usually obtained
209 String sourceid,
224 if (sourceid == null) {
229 sourceID = sourceid;
207 ArtifactImpl(byte[] typecode, int endpointindex, String sourceid, String messagehandle) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLServiceManager.java93 * host:port(target) and its saml-aware-servlet URL & sourceid.
108 * @param sourceid <code>Base64</code> encoded 20-byte sequence which
117 public SiteEntry(String host, int port, String sourceid, String samlUrl, argument
122 sid = sourceid;
192 * @param sourceid Source ID of the partner site.
218 public SOAPEntry(String sourceid, String soapUrl, String authType, argument
229 destID = sourceid;
971 //manually break on "=" since sourceid may contain "="
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLServiceManager.java93 * host:port(target) and its saml-aware-servlet URL & sourceid.
108 * @param sourceid <code>Base64</code> encoded 20-byte sequence which
117 public SiteEntry(String host, int port, String sourceid, String samlUrl, argument
122 sid = sourceid;
192 * @param sourceid Source ID of the partner site.
218 public SOAPEntry(String sourceid, String soapUrl, String authType, argument
229 destID = sourceid;
971 //manually break on "=" since sourceid may contain "="
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DSAMLClient.java207 // first, check if the sourceid contained in the artifact has an entry
288 private static String getSamlSoapUrl(String sourceid) { argument
298 (SAMLServiceManager.SOAPEntry) partner.get(sourceid);
303 SAMLUtils.debug.message("SAMLClient: " + sourceid +
693 //Retrieve the soap-receiver-url using the sourceid inside of
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DSAMLClient.java207 // first, check if the sourceid contained in the artifact has an entry
288 private static String getSamlSoapUrl(String sourceid) { argument
298 (SAMLServiceManager.SOAPEntry) partner.get(sourceid);
303 SAMLUtils.debug.message("SAMLClient: " + sourceid +
693 //Retrieve the soap-receiver-url using the sourceid inside of

Completed in 92 milliseconds