org.hardtokenmgmt.ws.server
Interface IAdminDataVOConverterFactory


public interface IAdminDataVOConverterFactory

Interface used to create IAdminDataVOConverters for a specific organization.

Version:
$Id$
Author:
Philip Vendil 4 apr 2009

Method Summary
 IAdminDataVOConverter getConverter(java.lang.String orgId)
          Returns the AdminDataVO converter used for the specified organization when administrating administrators.
 

Method Detail

getConverter

IAdminDataVOConverter getConverter(java.lang.String orgId)
Returns the AdminDataVO converter used for the specified organization when administrating administrators.

Parameters:
orgId - organization id of organization
Returns:
the organizations IAdminDataVOConverter