Searched refs:ECPFactory (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPFactory.java25 * $Id: ECPFactory.java,v 1.2 2008/06/25 05:47:46 qcheng Exp $
49 public class ECPFactory { class
51 private static ECPFactory ecpInstance = new ECPFactory();
53 /* Constructor for ECPFactory */
54 private ECPFactory() { method in class:ECPFactory
58 * Returns an instance of the <code>ECPFactory</code> Object.
60 * @return an instance of the <code>ECPFactory</code> object.
62 public static ECPFactory getInstance() {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPFactory.java25 * $Id: ECPFactory.java,v 1.2 2008/06/25 05:47:46 qcheng Exp $
49 public class ECPFactory { class
51 private static ECPFactory ecpInstance = new ECPFactory();
53 /* Constructor for ECPFactory */
54 private ECPFactory() { method in class:ECPFactory
58 * Returns an instance of the <code>ECPFactory</code> Object.
60 * @return an instance of the <code>ECPFactory</code> object.
62 public static ECPFactory getInstance() {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java46 import com.sun.identity.saml2.ecp.ECPFactory;
544 ECPFactory ecpFactory = ECPFactory.getInstance();
H A DSPACSUtils.java64 import com.sun.identity.saml2.ecp.ECPFactory;
777 ECPFactory.getInstance().createECPRelayState(headerEle);
H A DIDPSSOUtil.java69 import com.sun.identity.saml2.ecp.ECPFactory;
2176 ECPFactory ecpFactory = ECPFactory.getInstance();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java48 import com.sun.identity.saml2.ecp.ECPFactory;
557 ECPFactory ecpFactory = ECPFactory.getInstance();
H A DSPACSUtils.java67 import com.sun.identity.saml2.ecp.ECPFactory;
780 ECPFactory.getInstance().createECPRelayState(headerEle);
H A DIDPSSOUtil.java71 import com.sun.identity.saml2.ecp.ECPFactory;
2209 ECPFactory ecpFactory = ECPFactory.getInstance();

Completed in 62 milliseconds