public class ModelDataHelperBridge extends java.lang.Object implements IModelDataHelper
NAME| Constructor and Description |
|---|
ModelDataHelperBridge() |
| Modifier and Type | Method and Description |
|---|---|
DistinguishedName |
getOrganizationDN(DistinguishedName dn)
Return the organization's distinguished name for a given distinguished name.
|
DistinguishedName |
getTenantDN(DistinguishedName dn)
Returns the tenant's distinguished name for a given distinguished name.
|
public DistinguishedName getTenantDN(DistinguishedName dn)
getTenantDN in interface IModelDataHelperdn - The distinguished name must not be null or empty.public DistinguishedName getOrganizationDN(DistinguishedName dn)
getOrganizationDN in interface IModelDataHelperdn - The distinguished name must not be null or empty.