Searched defs:AssertionArtifact (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java25 * $Id: AssertionArtifact.java,v 1.2 2008/06/25 05:47:36 qcheng Exp $
39 * This class represents the <code>AssertionArtifact</code> element in
45 public class AssertionArtifact { class
64 protected AssertionArtifact() { method in class:AssertionArtifact
72 public AssertionArtifact(String theArtifact) throws SAMLException { method in class:AssertionArtifact
75 SAMLUtils.debug.message("AssertionArtifact: empty input.");
86 SAMLUtils.debug.message("AssertionArtifact: exception decode"
96 SAMLUtils.debug.message("AssertionArtifact: the length is"
106 SAMLUtils.debug.message("AssertionArtifact: wrong typecode.");
124 SAMLUtils.debug.error("AssertionArtifact
138 public AssertionArtifact(String id, String handle) throws SAMLException { method in class:AssertionArtifact
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAssertionArtifact.java25 * $Id: AssertionArtifact.java,v 1.2 2008/06/25 05:47:36 qcheng Exp $
39 * This class represents the <code>AssertionArtifact</code> element in
45 public class AssertionArtifact { class
64 protected AssertionArtifact() { method in class:AssertionArtifact
72 public AssertionArtifact(String theArtifact) throws SAMLException { method in class:AssertionArtifact
75 SAMLUtils.debug.message("AssertionArtifact: empty input.");
86 SAMLUtils.debug.message("AssertionArtifact: exception decode"
96 SAMLUtils.debug.message("AssertionArtifact: the length is"
106 SAMLUtils.debug.message("AssertionArtifact: wrong typecode.");
124 SAMLUtils.debug.error("AssertionArtifact
138 public AssertionArtifact(String id, String handle) throws SAMLException { method in class:AssertionArtifact
[all...]

Completed in 40 milliseconds