com.ibm.itim.dataservices.model
Class ModelDataHelper

java.lang.Object
  extended by com.ibm.itim.dataservices.model.ModelDataHelper

public class ModelDataHelper
extends java.lang.Object


Constructor Summary
ModelDataHelper()
           
 
Method Summary
static DistinguishedName getOrganizationDN(DistinguishedName dn)
          Return the organization's distinguished name for a given distinguished name.
static DistinguishedName getTenantDN(DistinguishedName dn)
          Returns the tenant's distinguished name for a given distinguished name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelDataHelper

public ModelDataHelper()
Method Detail

getTenantDN

public static DistinguishedName getTenantDN(DistinguishedName dn)
Returns the tenant's distinguished name for a given distinguished name.

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 static DistinguishedName getOrganizationDN(DistinguishedName dn)
Return the organization's distinguished name for a given distinguished name.

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.


IBM Tivoli Identity Manager 5.1
© Copyright International Business Machines Corporation 2007, 2009. All rightsreserved. US Government Users Restricited RightsUse, duplication or disclosure restricted by GSA ADP ScheduleContract with IBM Corp.