org.eclipse.higgins.sts.server.extension.SAML_1_0.ref_impl
Class SelfSignedIssuerFactory

java.lang.Object
  extended by org.eclipse.higgins.sts.server.extension.SAML_1_0.ref_impl.SelfSignedIssuerFactory
All Implemented Interfaces:
ObjectFactory

public class SelfSignedIssuerFactory
extends java.lang.Object
implements ObjectFactory

Implements the ObjectFactory that creates the SelfSignedIssuer implementation.

Author:
mikemci@us.ibm.com

Constructor Summary
SelfSignedIssuerFactory()
           
 
Method Summary
 java.lang.Object getNewInstance()
          Provides access to a new instance each time its invoked
 java.lang.Object getSingletonInstance()
          Provides access to the singleton instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfSignedIssuerFactory

public SelfSignedIssuerFactory()
Method Detail

getSingletonInstance

public java.lang.Object getSingletonInstance()
Provides access to the singleton instance

Specified by:
getSingletonInstance in interface ObjectFactory
Returns:
the singleton instance

getNewInstance

public java.lang.Object getNewInstance()
Provides access to a new instance each time its invoked

Specified by:
getNewInstance in interface ObjectFactory
Returns:
always null for now