com.ibm.itim.dataservices.model

Class ModelDataHelperBridge

  • java.lang.Object
    • com.ibm.itim.dataservices.model.ModelDataHelperBridge
    • Constructor Detail

      • ModelDataHelperBridge

        public ModelDataHelperBridge()
    • Method Detail

      • getTenantDN

        public DistinguishedName getTenantDN(DistinguishedName dn)
        Returns the tenant's distinguished name for a given distinguished name.
        Specified by:
        getTenantDN in interface IModelDataHelper
        Parameters:
        dn - The distinguished name must not be null or empty.
        Returns:
        the tenant's distinguished name. If the distinguished name cannot be resolved, NULL is returned.
      • getOrganizationDN

        public DistinguishedName getOrganizationDN(DistinguishedName dn)
        Return the organization's distinguished name for a given distinguished name.
        Specified by:
        getOrganizationDN in interface IModelDataHelper
        Parameters:
        dn - The distinguished name must not be null or empty.
        Returns:
        the organization's distinguished name. If the distinguished name cannot be resolved, NULL is returned.