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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DArtifact.cs71 /// <param name="samlArt">String representing the artifact.</param>
72 public Artifact(string samlArt) argument
74 if (String.IsNullOrEmpty(samlArt))
79 this.artifact = samlArt;
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DArtifact.cs71 /// <param name="samlArt">String representing the artifact.</param>
72 public Artifact(string samlArt) argument
74 if (String.IsNullOrEmpty(samlArt))
79 this.artifact = samlArt;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java268 String samlArt = request.getParameter(SAML2Constants.SAML_ART);
269 if (samlArt == null || samlArt.trim().length() == 0) {
283 return new ResponseInfo(getResponseFromArtifact(samlArt, hostEntityId,
289 private static Response getResponseFromArtifact(String samlArt, argument
299 "samlArt = " + samlArt);
304 art = ProtocolFactory.getInstance().createArtifact(samlArt.trim());
305 String[] data = {samlArt.trim()};
312 + "Unable to decode and parse artifact string:" + samlArt);
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java271 String samlArt = request.getParameter(SAML2Constants.SAML_ART);
272 if (samlArt == null || samlArt.trim().length() == 0) {
286 return new ResponseInfo(getResponseFromArtifact(samlArt, hostEntityId,
292 private static Response getResponseFromArtifact(String samlArt, argument
302 "samlArt = " + samlArt);
307 art = ProtocolFactory.getInstance().createArtifact(samlArt.trim());
308 String[] data = {samlArt.trim()};
315 + "Unable to decode and parse artifact string:" + samlArt);
[all...]

Completed in 34 milliseconds