org.jboss.identity.federation.api.wstrust
Class WSTrustServiceFactory

java.lang.Object
  extended by org.jboss.identity.federation.api.wstrust.WSTrustServiceFactory

public class WSTrustServiceFactory
extends java.lang.Object

Factory class used for instantiating pluggable services, such as the WSTrustRequestHandler and SecurityTokenProvider implementations.

Author:
Stefan Guilhen

Method Summary
 WSTrustRequestHandler createRequestHandler(STSConfiguration configuration)
           
static WSTrustServiceFactory getInstance()
           Obtains a reference to the singleton instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static WSTrustServiceFactory getInstance()

Obtains a reference to the singleton instance.

Returns:
the WSTrustConfigurationFactory singleton.

createRequestHandler

public WSTrustRequestHandler createRequestHandler(STSConfiguration configuration)


Copyright © 2009 JBoss Inc.. All Rights Reserved.