Searched refs:FSAssertion (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerImpl.java34 import com.sun.identity.federation.message.FSAssertion;
75 FSAssertion a = (FSAssertion)assertionManager.getAssertion(
H A DFSAssertionManagerClient.java36 import com.sun.identity.federation.message.FSAssertion;
215 return ((assertion == null) ? null : new FSAssertion(
H A DFSAssertionManager.java41 import com.sun.identity.federation.message.FSAssertion;
448 public FSAssertion createFSAssertion(
793 "FSAssertion.createAssertion(id):getAttributePlugin:", ex);
804 FSAssertion assertion = new FSAssertion(aID.getAssertionIDReference(),
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerImpl.java34 import com.sun.identity.federation.message.FSAssertion;
75 FSAssertion a = (FSAssertion)assertionManager.getAssertion(
H A DFSAssertionManagerClient.java36 import com.sun.identity.federation.message.FSAssertion;
215 return ((assertion == null) ? null : new FSAssertion(
H A DFSAssertionManager.java44 import com.sun.identity.federation.message.FSAssertion;
451 public FSAssertion createFSAssertion(
796 "FSAssertion.createAssertion(id):getAttributePlugin:", ex);
807 FSAssertion assertion = new FSAssertion(aID.getAssertionIDReference(),
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOBrowserPostProfileHandler.java38 import com.sun.identity.federation.message.FSAssertion;
115 FSAssertion assertion = (FSAssertion)iter.next();
H A DFSSSOWMLPostProfileHandler.java36 import com.sun.identity.federation.message.FSAssertion;
107 FSAssertion assertion = (FSAssertion)iter.next();
H A DFSSSOLECPProfileHandler.java36 import com.sun.identity.federation.message.FSAssertion;
235 FSAssertion assertion = (FSAssertion)iter.next();
H A DFSBrowserArtifactConsumerHandler.java35 import com.sun.identity.federation.message.FSAssertion;
340 FSAssertion assertion = (FSAssertion)iter.next();
H A DFSAssertionArtifactHandler.java48 import com.sun.identity.federation.message.FSAssertion;
644 FSAssertion assertion = null;
658 assertion =(FSAssertion) iter.next();
947 protected boolean verifyAssertionSignature(FSAssertion assertion) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOBrowserPostProfileHandler.java38 import com.sun.identity.federation.message.FSAssertion;
115 FSAssertion assertion = (FSAssertion)iter.next();
H A DFSSSOWMLPostProfileHandler.java36 import com.sun.identity.federation.message.FSAssertion;
107 FSAssertion assertion = (FSAssertion)iter.next();
H A DFSSSOLECPProfileHandler.java36 import com.sun.identity.federation.message.FSAssertion;
235 FSAssertion assertion = (FSAssertion)iter.next();
H A DFSBrowserArtifactConsumerHandler.java35 import com.sun.identity.federation.message.FSAssertion;
340 FSAssertion assertion = (FSAssertion)iter.next();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertion.java25 * $Id: FSAssertion.java,v 1.2 2008/06/25 05:46:43 qcheng Exp $
60 * The class <code>FSAssertion</code> creates and parses Liberty
68 public class FSAssertion extends Assertion { class in inherits:Assertion
103 * Constructor to create an <code>FSAssertion</code> object
112 public FSAssertion(Element assertionElement ) method in class:FSAssertion
114 FSUtils.debug.message("FSAssertion(Element): Called");
119 FSUtils.debug.message("FSAssertion: local name missing");
125 FSUtils.debug.message("FSAssertion: invalid root element");
135 FSUtils.debug.message("FSAssertion: MajorVersion missing");
144 FSUtils.debug.error("FSAssertion
312 public FSAssertion(String assertionID,String issuer,Date issueInstant, method in class:FSAssertion
335 public FSAssertion(String assertionID,String issuer,Date issueInstant, method in class:FSAssertion
359 public FSAssertion(String assertionID,String issuer,Date issueInstant, method in class:FSAssertion
[all...]
H A DFSResponse.java237 assertions.add(new FSAssertion((Element) child));
455 xml.append(((FSAssertion) j.next()).
H A DFSAuthnResponse.java210 assertions.add(new FSAssertion((Element) child));
634 xml.append(((FSAssertion) j.next())
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertion.java25 * $Id: FSAssertion.java,v 1.2 2008/06/25 05:46:43 qcheng Exp $
63 * The class <code>FSAssertion</code> creates and parses Liberty
71 public class FSAssertion extends Assertion { class in inherits:Assertion
106 * Constructor to create an <code>FSAssertion</code> object
115 public FSAssertion(Element assertionElement ) method in class:FSAssertion
117 FSUtils.debug.message("FSAssertion(Element): Called");
122 FSUtils.debug.message("FSAssertion: local name missing");
128 FSUtils.debug.message("FSAssertion: invalid root element");
138 FSUtils.debug.message("FSAssertion: MajorVersion missing");
147 FSUtils.debug.error("FSAssertion
315 public FSAssertion(String assertionID,String issuer,Date issueInstant, method in class:FSAssertion
338 public FSAssertion(String assertionID,String issuer,Date issueInstant, method in class:FSAssertion
362 public FSAssertion(String assertionID,String issuer,Date issueInstant, method in class:FSAssertion
[all...]
H A DFSResponse.java237 assertions.add(new FSAssertion((Element) child));
455 xml.append(((FSAssertion) j.next()).
H A DFSAuthnResponse.java213 assertions.add(new FSAssertion((Element) child));
637 xml.append(((FSAssertion) j.next())
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/federation/plugins/
H A DFSDefaultSPAdapter.java43 import com.sun.identity.federation.message.FSAssertion;
227 FSAssertion assertion =
228 (FSAssertion) assertions.iterator().next();
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/federation/plugins/
H A DFSDefaultSPAdapter.java43 import com.sun.identity.federation.message.FSAssertion;
227 FSAssertion assertion =
228 (FSAssertion) assertions.iterator().next();
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DCDCServlet.java46 import com.sun.identity.federation.message.FSAssertion;
386 FSAssertion assertion = createAssertion(spDescriptor,
749 FSAssertion assertion,
760 private FSAssertion createAssertion(
836 FSAssertion assertion = new FSAssertion(aID.getAssertionIDReference(),
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DCDCServlet.java48 import com.sun.identity.federation.message.FSAssertion;
388 FSAssertion assertion = createAssertion(spDescriptor,
750 FSAssertion assertion,
761 private FSAssertion createAssertion(
837 FSAssertion assertion = new FSAssertion(aID.getAssertionIDReference(),

Completed in 75 milliseconds

12