Searched refs:Artifact (Results 1 - 23 of 23) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DArtifactResolve.java46 * <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Artifact"/>
59 * Gets the <code>Artifact</code> of the request.
61 * @return <code>Artifact</code> of the request.
62 * @see #setArtifact(Artifact)
64 public Artifact getArtifact();
67 * Sets the <code>Artifact</code> of the request.
69 * @param value new <code>Artifact</code>.
73 public void setArtifact(Artifact value)
H A DArtifact.java25 * $Id: Artifact.java,v 1.2 2008/06/25 05:47:55 qcheng Exp $
36 * This class represents the <code>Artifact</code> element in
40 * &lt;element name="Artifact" type="{http://www.w3.org/2001/XMLSchema}string"/>
45 public interface Artifact { interface
H A DProtocolFactory.java1206 * Returns a new instance of <code>Artifact</code>.
1217 * @return a new instance of <code>Artifact</code>.
1220 public Artifact createArtifact(byte[] typecode,
1231 return (Artifact) obj;
1236 * Returns a new instance of <code>Artifact</code>.
1240 * <code>Artifact</code>.
1241 * @return a new instance of <code>Artifact</code>.
1245 public Artifact createArtifact(org.w3c.dom.Element elem)
1252 return (Artifact) obj;
1257 * Returns a new instance of <code>Artifact</cod
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DArtifactResolve.cs57 /// <param name="artifact">SAMLv2 Artifact</param>
58 public ArtifactResolve(ServiceProvider serviceProvider, Artifact artifact)
70 this.Artifact = artifact;
81 rawXml.Append(" <samlp:Artifact>" + this.Artifact.ToString() + "</samlp:Artifact>");
90 /// Gets the Artifact.
92 public Artifact Artifact { get; private set; } property in class:Sun.Identity.Saml2.ArtifactResolve
H A DArtifact.cs25 * $Id: Artifact.cs,v 1.1 2009/06/11 18:37:58 ggennaro Exp $
35 /// Class representing the SAMLv2 Artifact object. Per the specification,
38 /// Artifact = Base64(TypeCode EndpointIndex RemainingArtifact)
53 public class Artifact class in namespace:Sun.Identity.Saml2
62 /// Original string representation of the Artifact object.
69 /// Initializes a new instance of the Artifact class.
72 public Artifact(string samlArt) method in class:Sun.Identity.Saml2.Artifact
85 if (byteArray.Length != Artifact.RequiredByteLength)
H A DServiceProviderUtility.cs129 public ArtifactResponse GetArtifactResponse(Artifact artifact)
282 // Obtain AuthnResponse object from either HTTP-POST or HTTP-Artifact
295 Artifact artifact = new Artifact(request[Saml2Constants.ArtifactParameter]);
1908 /// AuthnResponse used for the Artifact profile.
2154 private IdentityProvider GetIdpFromArtifact(Artifact artifact)
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DArtifactResolve.cs57 /// <param name="artifact">SAMLv2 Artifact</param>
58 public ArtifactResolve(ServiceProvider serviceProvider, Artifact artifact)
70 this.Artifact = artifact;
81 rawXml.Append(" <samlp:Artifact>" + this.Artifact.ToString() + "</samlp:Artifact>");
90 /// Gets the Artifact.
92 public Artifact Artifact { get; private set; } property in class:Sun.Identity.Saml2.ArtifactResolve
H A DArtifact.cs25 * $Id: Artifact.cs,v 1.1 2009/06/11 18:37:58 ggennaro Exp $
35 /// Class representing the SAMLv2 Artifact object. Per the specification,
38 /// Artifact = Base64(TypeCode EndpointIndex RemainingArtifact)
53 public class Artifact class in namespace:Sun.Identity.Saml2
62 /// Original string representation of the Artifact object.
69 /// Initializes a new instance of the Artifact class.
72 public Artifact(string samlArt) method in class:Sun.Identity.Saml2.Artifact
85 if (byteArray.Length != Artifact.RequiredByteLength)
H A DServiceProviderUtility.cs129 public ArtifactResponse GetArtifactResponse(Artifact artifact)
284 // Obtain AuthnResponse object from either HTTP-POST or HTTP-Artifact
297 Artifact artifact = new Artifact(request[Saml2Constants.ArtifactParameter]);
1922 /// AuthnResponse used for the Artifact profile.
2168 private IdentityProvider GetIdpFromArtifact(Artifact artifact)
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DArtifactResolve.java49 * &lt;element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Artifact"/>
64 * Gets the <code>Artifact</code> of the request.
66 * @return <code>Artifact</code> of the request.
67 * @see #setArtifact(Artifact)
69 public Artifact getArtifact();
72 * Sets the <code>Artifact</code> of the request.
74 * @param value new <code>Artifact</code>.
78 public void setArtifact(Artifact value)
H A DArtifact.java25 * $Id: Artifact.java,v 1.2 2008/06/25 05:47:55 qcheng Exp $
39 * This class represents the <code>Artifact</code> element in
43 * &lt;element name="Artifact" type="{http://www.w3.org/2001/XMLSchema}string"/>
51 public interface Artifact { interface
H A DProtocolFactory.java1206 * Returns a new instance of <code>Artifact</code>.
1217 * @return a new instance of <code>Artifact</code>.
1220 public Artifact createArtifact(byte[] typecode,
1231 return (Artifact) obj;
1236 * Returns a new instance of <code>Artifact</code>.
1240 * <code>Artifact</code>.
1241 * @return a new instance of <code>Artifact</code>.
1245 public Artifact createArtifact(org.w3c.dom.Element elem)
1252 return (Artifact) obj;
1257 * Returns a new instance of <code>Artifact</cod
[all...]
/forgerock/opendj-v3/opendj-maven-plugin/src/main/java/org/forgerock/opendj/maven/
H A DGenerateManifestClassPathMojo.java35 import org.apache.maven.artifact.Artifact;
149 final Artifact artifact = findArtifactWithFile(project.getArtifacts(), file);
175 private boolean isAccepted(Artifact artifact) {
200 private Artifact findArtifactWithFile(Set<Artifact> artifacts, File file) {
201 for (Artifact artifact : artifacts) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactResolveImpl.java53 import com.sun.identity.saml2.protocol.Artifact;
73 * &lt;element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Artifact"/>
83 private Artifact artifact = null;
91 + "missing Artifact.");
212 } else if (childName.equals("Artifact")) {
216 + "Element: included more than one Artifact.");
277 * Gets the <code>Artifact</code> of the request.
279 * @return <code>Artifact</code> of the request.
280 * @see #setArtifact(Artifact)
282 public Artifact getArtifac
[all...]
H A DArtifactImpl.java38 import com.sun.identity.saml2.protocol.Artifact;
44 * This class implements interface <code>Artifact</code>. It models
45 * type <code>urn:oasis:names:tc:SAML:2.0:artifact-04 Artifact</code>.
58 public class ArtifactImpl implements Artifact {
84 // Make sure this is an Artifact.
86 if ((tag == null) || (!tag.equals("Artifact"))) {
89 + "not Artifact.");
173 * Class constructor with <code>Artifact</code> in
182 * Constructor with <code>Base64</code> encoded <code>Artifact</code>
185 * @param encodedArtifactValue the Artifact valu
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactResolveImpl.java53 import com.sun.identity.saml2.protocol.Artifact;
73 * &lt;element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Artifact"/>
83 private Artifact artifact = null;
91 + "missing Artifact.");
212 } else if (childName.equals("Artifact")) {
216 + "Element: included more than one Artifact.");
277 * Gets the <code>Artifact</code> of the request.
279 * @return <code>Artifact</code> of the request.
280 * @see #setArtifact(Artifact)
282 public Artifact getArtifac
[all...]
H A DArtifactImpl.java38 import com.sun.identity.saml2.protocol.Artifact;
44 * This class implements interface <code>Artifact</code>. It models
45 * type <code>urn:oasis:names:tc:SAML:2.0:artifact-04 Artifact</code>.
58 public class ArtifactImpl implements Artifact {
84 // Make sure this is an Artifact.
86 if ((tag == null) || (!tag.equals("Artifact"))) {
89 + "not Artifact.");
173 * Class constructor with <code>Artifact</code> in
182 * Constructor with <code>Base64</code> encoded <code>Artifact</code>
185 * @param encodedArtifactValue the Artifact valu
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPArtifactResolution.java74 import com.sun.identity.saml2.protocol.Artifact;
180 "Artifact Resolution Service binding: Redirect is not " +
347 Artifact art = artResolve.getArtifact();
427 SAML2Utils.debug.message("Artifact=" + artStr);
H A DSPACSUtils.java81 import com.sun.identity.saml2.protocol.Artifact;
270 SAML2Utils.debug.error("SPACSUtils.getResponseFromGet: Artifact "
302 Artifact art = null;
437 Artifact art,
552 * Used by Artifact profile.
H A DIDPSSOUtil.java90 import com.sun.identity.saml2.protocol.Artifact;
713 // send the response back through HTTP POST or Artifact
2078 Artifact art = null;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPArtifactResolution.java76 import com.sun.identity.saml2.protocol.Artifact;
182 "Artifact Resolution Service binding: Redirect is not " +
349 Artifact art = artResolve.getArtifact();
429 SAML2Utils.debug.message("Artifact=" + artStr);
H A DSPACSUtils.java84 import com.sun.identity.saml2.protocol.Artifact;
273 SAML2Utils.debug.error("SPACSUtils.getResponseFromGet: Artifact "
305 Artifact art = null;
440 Artifact art,
555 * Used by Artifact profile.
H A DIDPSSOUtil.java92 import com.sun.identity.saml2.protocol.Artifact;
722 // send the response back through HTTP POST or Artifact
2111 Artifact art = null;

Completed in 90 milliseconds