Searched refs:encodedArtifactValue (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactImpl.java185 * @param encodedArtifactValue the Artifact value.
188 public ArtifactImpl(String encodedArtifactValue) argument
190 parseArtifactValue(encodedArtifactValue);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactImpl.java185 * @param encodedArtifactValue the Artifact value.
188 public ArtifactImpl(String encodedArtifactValue) argument
190 parseArtifactValue(encodedArtifactValue);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DProtocolFactory.java1260 * @param encodedArtifactValue <code>Artifact Base64</code> encoded String.
1264 public Artifact createArtifact(String encodedArtifactValue) argument
1267 encodedArtifactValue);
1269 return new ArtifactImpl(encodedArtifactValue);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DProtocolFactory.java1260 * @param encodedArtifactValue <code>Artifact Base64</code> encoded String.
1264 public Artifact createArtifact(String encodedArtifactValue) argument
1267 encodedArtifactValue);
1269 return new ArtifactImpl(encodedArtifactValue);

Completed in 39 milliseconds