Searched refs:FSAssertionArtifact (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertionArtifact.java25 * $Id: FSAssertionArtifact.java,v 1.3 2008/06/25 05:46:43 qcheng Exp $
50 public class FSAssertionArtifact extends AssertionArtifact { class in inherits:AssertionArtifact
75 protected FSAssertionArtifact() { method in class:FSAssertionArtifact
88 public FSAssertionArtifact(String theArtifact) throws FSMsgException { method in class:FSAssertionArtifact
91 FSUtils.debug.message("FSAssertionArtifact: empty input.");
99 FSUtils.debug.message("FSAssertionArtifact: decode error");
107 FSUtils.debug.message("FSAssertionArtifact: the length is"
116 FSUtils.debug.message("FSAssertionArtifact: wrong typecode.");
134 * Constructor to create <code>FSAssertionArtifact</code> object.
140 public FSAssertionArtifact(byt method in class:FSAssertionArtifact
[all...]
H A DFSSAMLRequest.java198 AssertionArtifact newArt = new FSAssertionArtifact(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertionArtifact.java25 * $Id: FSAssertionArtifact.java,v 1.3 2008/06/25 05:46:43 qcheng Exp $
50 public class FSAssertionArtifact extends AssertionArtifact { class in inherits:AssertionArtifact
75 protected FSAssertionArtifact() { method in class:FSAssertionArtifact
88 public FSAssertionArtifact(String theArtifact) throws FSMsgException { method in class:FSAssertionArtifact
91 FSUtils.debug.message("FSAssertionArtifact: empty input.");
99 FSUtils.debug.message("FSAssertionArtifact: decode error");
107 FSUtils.debug.message("FSAssertionArtifact: the length is"
116 FSUtils.debug.message("FSAssertionArtifact: wrong typecode.");
134 * Constructor to create <code>FSAssertionArtifact</code> object.
140 public FSAssertionArtifact(byt method in class:FSAssertionArtifact
[all...]
H A DFSSAMLRequest.java198 AssertionArtifact newArt = new FSAssertionArtifact(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerImpl.java35 import com.sun.identity.federation.message.FSAssertionArtifact;
76 new FSAssertionArtifact(artifact),
111 new FSAssertionArtifact(artifact));
168 AssertionArtifact aa = new FSAssertionArtifact(artifact);
H A DFSAssertionManager.java42 import com.sun.identity.federation.message.FSAssertionArtifact;
417 AssertionArtifact art = new FSAssertionArtifact(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerImpl.java35 import com.sun.identity.federation.message.FSAssertionArtifact;
76 new FSAssertionArtifact(artifact),
111 new FSAssertionArtifact(artifact));
168 AssertionArtifact aa = new FSAssertionArtifact(artifact);
H A DFSAssertionManager.java45 import com.sun.identity.federation.message.FSAssertionArtifact;
420 AssertionArtifact art = new FSAssertionArtifact(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionConsumerService.java37 import com.sun.identity.federation.message.FSAssertionArtifact;
147 FSAssertionArtifact firstArtifact =
148 new FSAssertionArtifact(arti[0]);
158 FSAssertionArtifact assertArtifact =
159 new FSAssertionArtifact(arti[k]);
H A DFSSSOBrowserArtifactProfileHandler.java40 import com.sun.identity.federation.message.FSAssertionArtifact;
947 AssertionArtifact art = new FSAssertionArtifact(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionConsumerService.java37 import com.sun.identity.federation.message.FSAssertionArtifact;
147 FSAssertionArtifact firstArtifact =
148 new FSAssertionArtifact(arti[0]);
158 FSAssertionArtifact assertArtifact =
159 new FSAssertionArtifact(arti[k]);
H A DFSSSOBrowserArtifactProfileHandler.java40 import com.sun.identity.federation.message.FSAssertionArtifact;
947 AssertionArtifact art = new FSAssertionArtifact(

Completed in 167 milliseconds