Searched refs:ArtifactResolve (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 DArtifactResolve.java25 * $Id: ArtifactResolve.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
36 * The <code>ArtifactResolve</code> message is used to request that a SAML
56 public interface ArtifactResolve extends RequestAbstract { interface in inherits:RequestAbstract
H A DProtocolFactory.java1276 * Returns a new instance of <code>ArtifactResolve</code>.
1279 * @return a new instance of <code>ArtifactResolve</code>.
1281 public ArtifactResolve createArtifactResolve() {
1287 return (ArtifactResolve) obj;
1292 * Returns a new instance of <code>ArtifactResolve</code>.
1296 * <code>ArtifactResolve</code>.
1297 * @return a new instance of <code>ArtifactResolve</code>.
1301 public ArtifactResolve createArtifactResolve(org.w3c.dom.Element elem)
1308 return (ArtifactResolve) obj;
1313 * Returns a new instance of <code>ArtifactResolve</cod
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DArtifactResolve.java25 * $Id: ArtifactResolve.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
39 * The <code>ArtifactResolve</code> message is used to request that a SAML
61 public interface ArtifactResolve extends RequestAbstract { interface in inherits:RequestAbstract
H A DProtocolFactory.java1276 * Returns a new instance of <code>ArtifactResolve</code>.
1279 * @return a new instance of <code>ArtifactResolve</code>.
1281 public ArtifactResolve createArtifactResolve() {
1287 return (ArtifactResolve) obj;
1292 * Returns a new instance of <code>ArtifactResolve</code>.
1296 * <code>ArtifactResolve</code>.
1297 * @return a new instance of <code>ArtifactResolve</code>.
1301 public ArtifactResolve createArtifactResolve(org.w3c.dom.Element elem)
1308 return (ArtifactResolve) obj;
1313 * Returns a new instance of <code>ArtifactResolve</cod
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DArtifactResolve.cs25 * $Id: ArtifactResolve.cs,v 1.1 2009/06/11 18:37:58 ggennaro Exp $
35 /// Class representing the SAMLv2 ArtifactResolve message for use in the
38 public class ArtifactResolve class in namespace:Sun.Identity.Saml2
54 /// Initializes a new instance of the ArtifactResolve class.
58 public ArtifactResolve(ServiceProvider serviceProvider, Artifact artifact) method in class:Sun.Identity.Saml2.ArtifactResolve
73 rawXml.Append("<samlp:ArtifactResolve");
82 rawXml.Append("</samlp:ArtifactResolve>");
H A DServiceProviderUtility.cs131 ArtifactResolve artifactResolve = new ArtifactResolve(this.ServiceProvider, artifact);
215 logMessage.Append("ArtifactResolve:\r\n").Append(artifactResolveXml.OuterXml);
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DArtifactResolve.cs25 * $Id: ArtifactResolve.cs,v 1.1 2009/06/11 18:37:58 ggennaro Exp $
35 /// Class representing the SAMLv2 ArtifactResolve message for use in the
38 public class ArtifactResolve class in namespace:Sun.Identity.Saml2
54 /// Initializes a new instance of the ArtifactResolve class.
58 public ArtifactResolve(ServiceProvider serviceProvider, Artifact artifact) method in class:Sun.Identity.Saml2.ArtifactResolve
73 rawXml.Append("<samlp:ArtifactResolve");
82 rawXml.Append("</samlp:ArtifactResolve>");
H A DServiceProviderUtility.cs131 ArtifactResolve artifactResolve = new ArtifactResolve(this.ServiceProvider, artifact);
217 logMessage.Append("ArtifactResolve:\r\n").Append(artifactResolveXml.OuterXml);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactResolveImpl.java54 import com.sun.identity.saml2.protocol.ArtifactResolve;
61 * This is an implementation of interface <code>ArtifactResolve</code>.
63 * The <code>ArtifactResolve</code> message is used to request that a SAML
81 implements ArtifactResolve {
109 // Make sure this is an ArtifactResolve.
112 if ((tag == null) || (!tag.equals("ArtifactResolve"))) {
115 + "not ArtifactResolve.");
121 // handle the attributes of <ArtifactResolve> element
246 * Class constructor with <code>ArtifactResolve</code> in
261 * Class constructor with <code>ArtifactResolve</cod
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactResolveImpl.java54 import com.sun.identity.saml2.protocol.ArtifactResolve;
61 * This is an implementation of interface <code>ArtifactResolve</code>.
63 * The <code>ArtifactResolve</code> message is used to request that a SAML
81 implements ArtifactResolve {
109 // Make sure this is an ArtifactResolve.
112 if ((tag == null) || (!tag.equals("ArtifactResolve"))) {
115 + "not ArtifactResolve.");
121 // handle the attributes of <ArtifactResolve> element
246 * Class constructor with <code>ArtifactResolve</code> in
261 * Class constructor with <code>ArtifactResolve</cod
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPArtifactResolution.java75 import com.sun.identity.saml2.protocol.ArtifactResolve;
248 * <code>ArtifactResolve</code> contained in the
252 * <code>ArtifactResolve</code>
276 "ArtifactResolve");
277 ArtifactResolve artResolve =
283 "no valid ArtifactResolve node found in SOAP body.");
350 "Unable to get an artifact from ArtifactResolve.");
H A DSPACSUtils.java82 import com.sun.identity.saml2.protocol.ArtifactResolve;
338 // create ArtifactResolve message
339 ArtifactResolve resolve = null;
382 + "ArtifactResolve=" + resolveString);
395 + "couldn't create ArtifactResolve:", s2e);
555 ArtifactResolve resolve,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPArtifactResolution.java77 import com.sun.identity.saml2.protocol.ArtifactResolve;
250 * <code>ArtifactResolve</code> contained in the
254 * <code>ArtifactResolve</code>
278 "ArtifactResolve");
279 ArtifactResolve artResolve =
285 "no valid ArtifactResolve node found in SOAP body.");
352 "Unable to get an artifact from ArtifactResolve.");
H A DSPACSUtils.java85 import com.sun.identity.saml2.protocol.ArtifactResolve;
341 // create ArtifactResolve message
342 ArtifactResolve resolve = null;
385 + "ArtifactResolve=" + resolveString);
398 + "couldn't create ArtifactResolve:", s2e);
558 ArtifactResolve resolve,

Completed in 65 milliseconds