org.hardtokenmgmt.admin.common
Interface IOrganizationIdMapper

All Known Implementing Classes:
DefaultOrganizationIdMapper

public interface IOrganizationIdMapper

Interface used to map an organizationId from a DN

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

Method Summary
 java.lang.String getOrganizationDisplayName(java.lang.String dN)
          Returns the organization display name from a given DN.
 java.lang.String getOrganizationId(java.lang.String dN)
          Returns the organization ID from a given DN.
 

Method Detail

getOrganizationId

java.lang.String getOrganizationId(java.lang.String dN)
Returns the organization ID from a given DN.

Parameters:
dN - to calculate organization Id from
Returns:
a unique organization Id.

getOrganizationDisplayName

java.lang.String getOrganizationDisplayName(java.lang.String dN)
Returns the organization display name from a given DN.

Parameters:
dN - to calculate organization display name from
Returns:
a organization display name.