|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hardtokenmgmt.admin.common.DefaultOrganizationIdMapper
public class DefaultOrganizationIdMapper
Default Organization ID Mapper that extracts O from the DN and stripps it from illegal characters using EJBCA StringTools
| Constructor Summary | |
|---|---|
DefaultOrganizationIdMapper()
|
|
| 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)
Extracts the O field from DN and stripps it from illegal characters using EJBCA StringTools |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultOrganizationIdMapper()
| Method Detail |
|---|
public java.lang.String getOrganizationId(java.lang.String dn)
getOrganizationId in interface IOrganizationIdMapperdn - to calculate organization Id from
IOrganizationIdMapper.getOrganizationId(java.lang.String)public java.lang.String getOrganizationDisplayName(java.lang.String dn)
IOrganizationIdMapper
getOrganizationDisplayName in interface IOrganizationIdMapperdn - to calculate organization display name from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||