org.hardtokenmgmt.admin.control
Class AdminInterfacesFactory

java.lang.Object
  extended by org.hardtokenmgmt.admin.control.AdminInterfacesFactory

public class AdminInterfacesFactory
extends java.lang.Object

Factory in charge of maintaining and creating the HostInfoFetcher that should be run in for the current configuration of the application

Version:
$Id$
Author:
Philip Vendil 18 feb 2009

Constructor Summary
AdminInterfacesFactory()
           
 
Method Summary
static IAdminAuthorizer getAdminAuthorizer()
           
static IAdministratorPriviledgesManager getAdministratorPriviledgesManager()
           
static IBatchAdminImportFileAnalyser getBatchAdminImportFileAnalyser()
           
static ICALogoSelector getCALogoSelector()
           
static ICAManager getCAManager()
           
static IHostStatusFetcher getHostInfoFetcher()
           
static IOrganizationIdMapper getOrganizationIdMapper()
           
static IOrganizationManager getOrganizationManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminInterfacesFactory

public AdminInterfacesFactory()
Method Detail

getHostInfoFetcher

public static IHostStatusFetcher getHostInfoFetcher()
Returns:
A instance of the IHostInfoFetcher used in current application

getCAManager

public static ICAManager getCAManager()
Returns:
A instance of the ICAManager used in current application

getOrganizationManager

public static IOrganizationManager getOrganizationManager()
Returns:
A instance of the IOrganizationManager used in current application

getAdminAuthorizer

public static IAdminAuthorizer getAdminAuthorizer()
Returns:
A instance of the IAdminAuthorizer used in current application

getAdministratorPriviledgesManager

public static IAdministratorPriviledgesManager getAdministratorPriviledgesManager()
Returns:
A instance of the IAdministratorPriviledgesManager used in current application

getCALogoSelector

public static ICALogoSelector getCALogoSelector()
Returns:
the configured CA Logo Selector used for selecting CA image shown

getBatchAdminImportFileAnalyser

public static IBatchAdminImportFileAnalyser getBatchAdminImportFileAnalyser()
Returns:
the configured IBatchAdminImportFileAnalyser used to parse batch import files.

getOrganizationIdMapper

public static IOrganizationIdMapper getOrganizationIdMapper()
Returns:
the configured organization id mapper