public interface IModelDataHelper
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| 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.
|
static final java.lang.String NAME
DistinguishedName getTenantDN(DistinguishedName dn)
dn - The distinguished name must not be null or empty.DistinguishedName getOrganizationDN(DistinguishedName dn)
dn - The distinguished name must not be null or empty.