Searched refs:ArtifactResponse (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DArtifactResponse.java25 * $Id: ArtifactResponse.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
54 public interface ArtifactResponse extends StatusResponse { interface in inherits:StatusResponse
H A DProtocolFactory.java1332 * Returns a new instance of <code>ArtifactResponse</code>.
1335 * @return a new instance of <code>ArtifactResponse</code>.
1337 public ArtifactResponse createArtifactResponse() {
1343 return (ArtifactResponse) obj;
1348 * Returns a new instance of <code>ArtifactResponse</code>.
1352 * <code>ArtifactResponse</code>.
1353 * @return a new instance of <code>ArtifactResponse</code>.
1357 public ArtifactResponse createArtifactResponse(org.w3c.dom.Element elem)
1364 return (ArtifactResponse) obj;
1369 * Returns a new instance of <code>ArtifactResponse</cod
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DArtifactResponse.java25 * $Id: ArtifactResponse.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
59 public interface ArtifactResponse extends StatusResponse { interface in inherits:StatusResponse
H A DProtocolFactory.java1332 * Returns a new instance of <code>ArtifactResponse</code>.
1335 * @return a new instance of <code>ArtifactResponse</code>.
1337 public ArtifactResponse createArtifactResponse() {
1343 return (ArtifactResponse) obj;
1348 * Returns a new instance of <code>ArtifactResponse</code>.
1352 * <code>ArtifactResponse</code>.
1353 * @return a new instance of <code>ArtifactResponse</code>.
1357 public ArtifactResponse createArtifactResponse(org.w3c.dom.Element elem)
1364 return (ArtifactResponse) obj;
1369 * Returns a new instance of <code>ArtifactResponse</cod
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DArtifactResponse.cs25 * $Id: ArtifactResponse.cs,v 1.2 2009/11/11 18:13:39 ggennaro Exp $
41 /// SAMLv2 ArtifactResponse object constructed from a response obtained
44 public class ArtifactResponse class in namespace:Sun.Identity.Saml2
48 /// AuthnResponse wrapped by this ArtifactResponse.
65 /// Initializes a new instance of the ArtifactResponse class.
68 /// String representation of the ArtifactResponse xml.
70 public ArtifactResponse(string artifactResponse) method in class:Sun.Identity.Saml2.ArtifactResponse
83 string xpath = "/samlp:ArtifactResponse/samlp:Response";
123 string xpath = "/samlp:ArtifactResponse";
138 string xpath = "/samlp:ArtifactResponse";
[all...]
H A DServiceProviderUtility.cs124 /// Retrieve the ArtifactResponse object with the given SAMLv2
128 /// <returns>ArtifactResponse object</returns>
129 public ArtifactResponse GetArtifactResponse(Artifact artifact)
132 ArtifactResponse artifactResponse = null;
234 XmlNode responseXml = root.SelectSingleNode("/soap:Envelope/soap:Body/samlp:ArtifactResponse", soapNsMgr);
237 artifactResponse = new ArtifactResponse(artifactResponseXml);
270 ArtifactResponse artifactResponse = null;
301 logMessage.Append("ArtifactResponse:\r\n").Append(xmlDoc.OuterXml);
1533 /// Validates the given ArtifactResponse object.
1535 /// <param name="artifactResponse">ArtifactResponse objec
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DArtifactResponse.cs25 * $Id: ArtifactResponse.cs,v 1.2 2009/11/11 18:13:39 ggennaro Exp $
41 /// SAMLv2 ArtifactResponse object constructed from a response obtained
44 public class ArtifactResponse class in namespace:Sun.Identity.Saml2
48 /// AuthnResponse wrapped by this ArtifactResponse.
65 /// Initializes a new instance of the ArtifactResponse class.
68 /// String representation of the ArtifactResponse xml.
70 public ArtifactResponse(string artifactResponse) method in class:Sun.Identity.Saml2.ArtifactResponse
83 string xpath = "/samlp:ArtifactResponse/samlp:Response";
123 string xpath = "/samlp:ArtifactResponse";
138 string xpath = "/samlp:ArtifactResponse";
[all...]
H A DServiceProviderUtility.cs124 /// Retrieve the ArtifactResponse object with the given SAMLv2
128 /// <returns>ArtifactResponse object</returns>
129 public ArtifactResponse GetArtifactResponse(Artifact artifact)
132 ArtifactResponse artifactResponse = null;
236 XmlNode responseXml = root.SelectSingleNode("/soap:Envelope/soap:Body/samlp:ArtifactResponse", soapNsMgr);
239 artifactResponse = new ArtifactResponse(artifactResponseXml);
272 ArtifactResponse artifactResponse = null;
303 logMessage.Append("ArtifactResponse:\r\n").Append(xmlDoc.OuterXml);
1547 /// Validates the given ArtifactResponse object.
1549 /// <param name="artifactResponse">ArtifactResponse objec
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactResponseImpl.java55 import com.sun.identity.saml2.protocol.ArtifactResponse;
74 implements ArtifactResponse {
88 // Make sure this is an ArtifactResponse.
91 if ((tag == null) || (!tag.equals("ArtifactResponse"))) {
94 + "not ArtifactResponse.");
100 // handle the attributes of <ArtifactResponse> element
252 * Constructor with <code>ArtifactResponse</code> in
267 * Constructor with <code>ArtifactResponse</code> in xml string
346 result.append("<").append(prefix).append("ArtifactResponse").
376 result.append("</").append(prefix).append("ArtifactResponse>");
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactResponseImpl.java55 import com.sun.identity.saml2.protocol.ArtifactResponse;
74 implements ArtifactResponse {
88 // Make sure this is an ArtifactResponse.
91 if ((tag == null) || (!tag.equals("ArtifactResponse"))) {
94 + "not ArtifactResponse.");
100 // handle the attributes of <ArtifactResponse> element
252 * Constructor with <code>ArtifactResponse</code> in
267 * Constructor with <code>ArtifactResponse</code> in xml string
346 result.append("<").append(prefix).append("ArtifactResponse").
376 result.append("</").append(prefix).append("ArtifactResponse>");
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPArtifactResolution.java76 import com.sun.identity.saml2.protocol.ArtifactResponse;
247 * <code>ArtifactResponse</code> that is corresponding to the
258 * <code>ArtifactResponse</code>
480 ArtifactResponse artResponse = ProtocolFactory.getInstance().createArtifactResponse();
532 SAML2Utils.debug.message(classMethod + "ArtifactResponse message:\n"+ str);
536 SAML2Utils.debug.message(classMethod + "Unable to print ArtifactResponse message.");
H A DSPACSUtils.java83 import com.sun.identity.saml2.protocol.ArtifactResponse;
408 + "couldn't get ArtifactResponse. SOAP error:",se);
568 resElem = SOAPCommunicator.getInstance().getSamlpElement(resMsg, "ArtifactResponse");
580 ArtifactResponse artiResp = null;
587 + "ArtifactResponse:", se);
614 SAML2Utils.debug.message(method + "Received ArtifactResponse:"
619 // verify ArtifactResponse
631 + "ArtifactResponse's signature is invalid.");
650 + "ArtifactResponse's InResponseTo is invalid.");
668 + "ArtifactResponse'
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPArtifactResolution.java78 import com.sun.identity.saml2.protocol.ArtifactResponse;
249 * <code>ArtifactResponse</code> that is corresponding to the
260 * <code>ArtifactResponse</code>
482 ArtifactResponse artResponse = ProtocolFactory.getInstance().createArtifactResponse();
534 SAML2Utils.debug.message(classMethod + "ArtifactResponse message:\n"+ str);
538 SAML2Utils.debug.message(classMethod + "Unable to print ArtifactResponse message.");
H A DSPACSUtils.java86 import com.sun.identity.saml2.protocol.ArtifactResponse;
411 + "couldn't get ArtifactResponse. SOAP error:",se);
571 resElem = SOAPCommunicator.getInstance().getSamlpElement(resMsg, "ArtifactResponse");
583 ArtifactResponse artiResp = null;
590 + "ArtifactResponse:", se);
617 SAML2Utils.debug.message(method + "Received ArtifactResponse:"
622 // verify ArtifactResponse
634 + "ArtifactResponse's signature is invalid.");
653 + "ArtifactResponse's InResponseTo is invalid.");
671 + "ArtifactResponse'
[all...]

Completed in 54 milliseconds