Uses of Interface
org.hardtokenmgmt.admin.control.IBatchAdminImportFileParser

Packages that use IBatchAdminImportFileParser
org.hardtokenmgmt.admin.control   
 

Uses of IBatchAdminImportFileParser in org.hardtokenmgmt.admin.control
 

Classes in org.hardtokenmgmt.admin.control that implement IBatchAdminImportFileParser
 class 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)"
 

Methods in org.hardtokenmgmt.admin.control that return IBatchAdminImportFileParser
 IBatchAdminImportFileParser IBatchAdminImportFileAnalyser.getParser(java.io.File file)
          Tries to determine which batch file import parser that should be used for a given file.
 IBatchAdminImportFileParser DefaultBatchAdminImportFileAnalyser.getParser(java.io.File file)