org.eclipse.higgins.sts.server.ref_impl
Class SecurityTokenServiceFactory

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

public class SecurityTokenServiceFactory
extends java.lang.Object
implements ObjectFactory

Implements the ObjectFactory that creates the SecurityTokenService implementation.

Author:
mikemci@us.ibm.com

Constructor Summary
SecurityTokenServiceFactory()
           
 
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

SecurityTokenServiceFactory

public SecurityTokenServiceFactory()
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