Searched defs:ECPFactory (Results 1 - 2 of 2) 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() {

Completed in 32 milliseconds