Package org.hardtokenmgmt.admin.control

Interface Summary
IAdminAuthorizer Interface used to simplify authrization of administration console.
IAdministratorPriviledgesManager Interface in charge of managing an organizations administrators, to add, remove and list for the different groups.
IBatchAdminImportFileAnalyser Tries to determine which batch file import parser that should be used for a given file.
IBatchAdminImportFileParser Interface all AdminDataVO batch import parser should implement.
ICAManager Interface that all CA activators should implement.
IHostStatusFetcher Contains method to fetch HostInfoVO
IOrganizationManager Contains methods to
 

Class Summary
AdminInterfacesFactory Factory in charge of maintaining and creating the HostInfoFetcher that should be run in for the current configuration of the application
AdministratorPriviledgesManagerWrapper Wrapper class that takes care of updating the model lists
AdminPrivListUpdater Runnable in charge of fetching current administrators and notifying all listeners of information
BaseHostStatusFetcher Base class that manages host monitored functionality
CSVBatchAdminImportFileParser Comma Separated File Batch Admin Importer that reads a rows of text and converts them into AdminDataVO It's configured in global.properties with the following settings csvbatchadminimport.columnseparator (default ",") Each row should have the following order: "unique user id","full name","department (optional)"
DefaultBatchAdminImportFileAnalyser Default batch admin import file analyser with support for csv files.
DummyImpl DummyImplementation of a IHostInfoFetcher that retrieves information about the local host.
HostStatusUpdater Runnable in charge of fetching the host info and notifying all listeners of information
HTMFWSImpl Implementation of several control interfaces targeted against HTMFWS.