Searched refs:artifact (Results 1 - 25 of 54) sorted by relevance

123

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerIF.java43 * Returns assertion associated with the artifact.
45 * @param artifact assertion artifact.
47 * the artifact.
48 * @return The Assertion referenced to by artifact.
53 String metaAlias, String artifact, String destID)
57 * Returns the destination id the artifact is created for.
59 * @param artifact assertion artifact string
63 public String getDestIdForArtifact(String metaAlias, String artifact) argument
52 getAssertion( String metaAlias, String artifact, String destID) argument
[all...]
H A DFSAssertionManagerClient.java184 * @param artifact An <code>AssertionArtifact</code>.
186 * the artifact. This String is compared with the destID that
187 * the artifact is created for originally.
188 * @return The Assertion referenced to by artifact.
190 * assertion maps to the input artifact.
192 protected Assertion getAssertion(AssertionArtifact artifact, String destID) argument
196 return (assertionManager.getAssertion(artifact, destID));
201 Object[] obj = {metaAlias, artifact.getAssertionArtifact(),
206 FSUtils.debug.message("AMC:getAssertion(" + artifact +
220 FSUtils.debug.warning("AMC:getAssertion: " + artifact, r
248 getDestIdForArtifact(AssertionArtifact artifact) argument
[all...]
H A DFSAssertionManagerImpl.java60 * Returns assertion associated with the artifact.
62 * @param artifact assertion artifact.
64 * the artifact.
65 * @return The Assertion referenced to by artifact.
69 String metaAlias, String artifact, String destID)
76 new FSAssertionArtifact(artifact),
81 "get assertion from Artifact: " + artifact);
98 * Returns the destination id the artifact is created for.
100 * @param artifact assertio
68 getAssertion( String metaAlias, String artifact, String destID) argument
104 getDestIdForArtifact(String metaAlias, String artifact) argument
161 getErrorStatus( String metaAlias, String artifact) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerIF.java43 * Returns assertion associated with the artifact.
45 * @param artifact assertion artifact.
47 * the artifact.
48 * @return The Assertion referenced to by artifact.
53 String metaAlias, String artifact, String destID)
57 * Returns the destination id the artifact is created for.
59 * @param artifact assertion artifact string
63 public String getDestIdForArtifact(String metaAlias, String artifact) argument
52 getAssertion( String metaAlias, String artifact, String destID) argument
[all...]
H A DFSAssertionManagerClient.java184 * @param artifact An <code>AssertionArtifact</code>.
186 * the artifact. This String is compared with the destID that
187 * the artifact is created for originally.
188 * @return The Assertion referenced to by artifact.
190 * assertion maps to the input artifact.
192 protected Assertion getAssertion(AssertionArtifact artifact, String destID) argument
196 return (assertionManager.getAssertion(artifact, destID));
201 Object[] obj = {metaAlias, artifact.getAssertionArtifact(),
206 FSUtils.debug.message("AMC:getAssertion(" + artifact +
220 FSUtils.debug.warning("AMC:getAssertion: " + artifact, r
248 getDestIdForArtifact(AssertionArtifact artifact) argument
[all...]
H A DFSAssertionManagerImpl.java60 * Returns assertion associated with the artifact.
62 * @param artifact assertion artifact.
64 * the artifact.
65 * @return The Assertion referenced to by artifact.
69 String metaAlias, String artifact, String destID)
76 new FSAssertionArtifact(artifact),
81 "get assertion from Artifact: " + artifact);
98 * Returns the destination id the artifact is created for.
100 * @param artifact assertio
68 getAssertion( String metaAlias, String artifact, String destID) argument
104 getDestIdForArtifact(String metaAlias, String artifact) argument
161 getErrorStatus( String metaAlias, String artifact) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DArtifact.cs36 /// the artifact is constructed as follows:
64 private string artifact; field in class:Sun.Identity.Saml2.Artifact
71 /// <param name="samlArt">String representing the artifact.</param>
79 this.artifact = samlArt;
83 byte[] byteArray = Convert.FromBase64String(this.artifact);
128 /// <returns>Returns a string representing the 44-byte SAML artifact.</returns>
131 return this.artifact;
H A DArtifactResolve.cs36 /// artifact resolution profile.
57 /// <param name="artifact">SAMLv2 Artifact</param>
58 public ArtifactResolve(ServiceProvider serviceProvider, Artifact artifact) argument
70 this.Artifact = artifact;
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DArtifact.cs36 /// the artifact is constructed as follows:
64 private string artifact; field in class:Sun.Identity.Saml2.Artifact
71 /// <param name="samlArt">String representing the artifact.</param>
79 this.artifact = samlArt;
83 byte[] byteArray = Convert.FromBase64String(this.artifact);
128 /// <returns>Returns a string representing the 44-byte SAML artifact.</returns>
131 return this.artifact;
H A DArtifactResolve.cs36 /// artifact resolution profile.
57 /// <param name="artifact">SAMLv2 Artifact</param>
58 public ArtifactResolve(ServiceProvider serviceProvider, Artifact artifact) argument
70 this.Artifact = artifact;
/forgerock/opendj-v3/opendj-maven-plugin/src/main/java/org/forgerock/opendj/maven/
H A DGenerateManifestClassPathMojo.java35 import org.apache.maven.artifact.Artifact;
36 import org.apache.maven.artifact.DependencyResolutionRequiredException;
149 final Artifact artifact = findArtifactWithFile(project.getArtifacts(), file);
150 if (isAccepted(artifact)) {
151 final String artifactString = artifact.getArtifactId() + "." + artifact.getType();
175 private boolean isAccepted(Artifact artifact) { argument
176 String artifactString = artifact.getGroupId() + ":" + artifact.getArtifactId();
201 for (Artifact artifact
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManagerIF.java63 public String getAssertion(String artifact, Set destID) argument
66 public String getAssertion2(String artifact, String destID) argument
H A DAssertionManagerClient.java462 * @param artifact An <code>AssertionArtifact</code>.
465 * artifact. This String is compared with the <code>destID</code>
466 * that the artifact is created for originally. This field must not
468 * @return The Assertion referenced to by artifact.
470 * assertion maps to the input artifact.
472 public Assertion getAssertion(AssertionArtifact artifact, Set destID) argument
476 return (assertionManager.getAssertion(artifact, destID));
492 Object[] args = { artifact.getAssertionArtifact(), destSet };
499 SAMLUtils.debug.warning("AMC:getAssertion: " + artifact, re);
507 * @param artifact A
515 getAssertion(AssertionArtifact artifact, String destID) argument
[all...]
H A DAssertionManagerImpl.java134 public String getAssertion(String artifact, Set destID) argument
145 artifact), destSet);
149 public String getAssertion2(String artifact, String destID) argument
154 artifact), SAMLUtils.byteArrayToString(Base64.decode(destID)));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManagerIF.java63 public String getAssertion(String artifact, Set destID) argument
66 public String getAssertion2(String artifact, String destID) argument
H A DAssertionManagerClient.java462 * @param artifact An <code>AssertionArtifact</code>.
465 * artifact. This String is compared with the <code>destID</code>
466 * that the artifact is created for originally. This field must not
468 * @return The Assertion referenced to by artifact.
470 * assertion maps to the input artifact.
472 public Assertion getAssertion(AssertionArtifact artifact, Set destID) argument
476 return (assertionManager.getAssertion(artifact, destID));
492 Object[] args = { artifact.getAssertionArtifact(), destSet };
499 SAMLUtils.debug.warning("AMC:getAssertion: " + artifact, re);
507 * @param artifact A
515 getAssertion(AssertionArtifact artifact, String destID) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java40 * SAML protocol schema. Current implementation supports TYPE 1 artifact only.
41 * Other type of artifact can be supported by extending this class.
48 * This value specifies the assertion artifact as a string.
50 protected String artifact; field in class:AssertionArtifact
62 * This is the default constructor of assertion artifact.
68 * This constructor is used to construct an assertion artifact.
80 // decode the artifact
112 artifact = theArtifact;
136 * @exception SAMLException if wrong input or could not encode the artifact.
174 artifact
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java40 * SAML protocol schema. Current implementation supports TYPE 1 artifact only.
41 * Other type of artifact can be supported by extending this class.
48 * This value specifies the assertion artifact as a string.
50 protected String artifact; field in class:AssertionArtifact
62 * This is the default constructor of assertion artifact.
68 * This constructor is used to construct an assertion artifact.
80 // decode the artifact
112 artifact = theArtifact;
136 * @exception SAMLException if wrong input or could not encode the artifact.
174 artifact
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactResolveImpl.java65 * by specifying an artifact that represents the SAML protocol message.
83 private Artifact artifact = null; field in class:ArtifactResolveImpl
88 if (artifact == null) {
166 artifact != null)
185 if (extensions != null || artifact != null) {
203 if (artifact != null) {
213 if (artifact != null) {
221 artifact = ProtocolFactory.getInstance().createArtifact(
283 return artifact;
299 artifact
[all...]
H A DArtifactImpl.java45 * type <code>urn:oasis:names:tc:SAML:2.0:artifact-04 Artifact</code>.
60 private String artifact = null; field in class:ArtifactImpl
95 // obtain encoded artifact value
111 // decode the artifact
118 + "occured while decoding artifact:", e);
145 artifact = value;
267 artifact = Base64.encode(raw).trim();
280 * Returns the artifact.
282 * @return the value of the artifact. It's <code>Base64</code>
286 return artifact;
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactResolveImpl.java65 * by specifying an artifact that represents the SAML protocol message.
83 private Artifact artifact = null; field in class:ArtifactResolveImpl
88 if (artifact == null) {
166 artifact != null)
185 if (extensions != null || artifact != null) {
203 if (artifact != null) {
213 if (artifact != null) {
221 artifact = ProtocolFactory.getInstance().createArtifact(
283 return artifact;
299 artifact
[all...]
H A DArtifactImpl.java45 * type <code>urn:oasis:names:tc:SAML:2.0:artifact-04 Artifact</code>.
60 private String artifact = null; field in class:ArtifactImpl
95 // obtain encoded artifact value
111 // decode the artifact
118 + "occured while decoding artifact:", e);
145 artifact = value;
267 artifact = Base64.encode(raw).trim();
280 * Returns the artifact.
282 * @return the value of the artifact. It's <code>Base64</code>
286 return artifact;
[all...]
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/installer/
H A DJSONConfigInstaller.java102 public boolean canHandle(File artifact) { argument
112 logger.debug("Checking if can handle artifact: {}", artifact);
113 return artifact.getName().endsWith(ConfigBootstrapHelper.JSON_CONFIG_FILE_EXT);
119 public void install(File artifact) throws Exception { argument
120 logger.debug("Artifact install {}", artifact);
121 setConfig(artifact);
124 public void update(File artifact) throws Exception { argument
125 logger.debug("Artifact update {}", artifact);
126 setConfig(artifact);
129 uninstall(File artifact) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertionArtifact.java43 * TYPE 1 artifact only. Other type of artifact can be supported by
83 * the artifact string , the length of the artifact string
84 * is incorrect , the <code>TYPE CODE</code> in the artifact
95 // decode the artifact
121 artifact = theArtifact;
138 * @throws SAMLException if wrong input or couldn't encode the artifact.
162 artifact = Base64.encode(raw).trim();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertionArtifact.java43 * TYPE 1 artifact only. Other type of artifact can be supported by
83 * the artifact string , the length of the artifact string
84 * is incorrect , the <code>TYPE CODE</code> in the artifact
95 // decode the artifact
121 artifact = theArtifact;
138 * @throws SAMLException if wrong input or couldn't encode the artifact.
162 artifact = Base64.encode(raw).trim();

Completed in 64 milliseconds

123