org.hardtokenmgmt.core
Class InterfaceFactory

java.lang.Object
  extended by org.hardtokenmgmt.core.InterfaceFactory

public class InterfaceFactory
extends java.lang.Object

One of the main class creating all different interfaces towards different components the hardtoken management applet may use.

Version:
$Id$
Author:
Philip Vendil

Constructor Summary
InterfaceFactory()
           
 
Method Summary
static AdministratorSettings getAdministratorSettings()
           
static GlobalSettings getGlobalSettings()
           
static org.hardtokenmgmt.ws.gen.HTMFAdminWS getHTMFAdminInterface()
           
static org.hardtokenmgmt.ws.gen.HTMFAdminWS getHTMFAdminInterface(java.lang.String hostname)
           
static org.hardtokenmgmt.ws.gen.HTMFAdminWS getPublicHTMFAdminInterface()
           
static TokenManager getTokenManager()
           
static org.signserver.module.wsra.ws.gen.WSRA getWSRAInterface()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceFactory

public InterfaceFactory()
Method Detail

getGlobalSettings

public static GlobalSettings getGlobalSettings()

getAdministratorSettings

public static AdministratorSettings getAdministratorSettings()

getTokenManager

public static TokenManager getTokenManager()

getHTMFAdminInterface

public static org.hardtokenmgmt.ws.gen.HTMFAdminWS getHTMFAdminInterface()

getHTMFAdminInterface

public static org.hardtokenmgmt.ws.gen.HTMFAdminWS getHTMFAdminInterface(java.lang.String hostname)

getPublicHTMFAdminInterface

public static org.hardtokenmgmt.ws.gen.HTMFAdminWS getPublicHTMFAdminInterface()

getWSRAInterface

public static org.signserver.module.wsra.ws.gen.WSRA getWSRAInterface()