org.eclipse.higgins.sts.server.mapper.extension
Class ExtensionMapperFactory

java.lang.Object
  extended byorg.eclipse.higgins.sts.server.mapper.extension.ExtensionMapperFactory
All Implemented Interfaces:
org.eclipse.higgins.configuration.api.IConfigurableComponentFactory

public class ExtensionMapperFactory
extends Object
implements org.eclipse.higgins.configuration.api.IConfigurableComponentFactory

Implements the IConfigurableComponentFactory that creates the SecurityTokenService implementation.

Author:
mikemci at us dot ibm dot com

Constructor Summary
ExtensionMapperFactory()
           
 
Method Summary
 org.eclipse.higgins.configuration.api.IConfigurableComponent getNewInstance()
          Provides access to the new instance
 org.eclipse.higgins.configuration.api.IConfigurableComponent getSingletonInstance()
          Provides access to the singleton instance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionMapperFactory

public ExtensionMapperFactory()
Method Detail

getSingletonInstance

public org.eclipse.higgins.configuration.api.IConfigurableComponent getSingletonInstance()
Provides access to the singleton instance

Specified by:
getSingletonInstance in interface org.eclipse.higgins.configuration.api.IConfigurableComponentFactory
Returns:
the singleton instance

getNewInstance

public org.eclipse.higgins.configuration.api.IConfigurableComponent getNewInstance()
Provides access to the new instance

Specified by:
getNewInstance in interface org.eclipse.higgins.configuration.api.IConfigurableComponentFactory
Returns:
the new instance