com.ibm.itim.dataservices.model
Class ModelDataHelperBridge

java.lang.Object
  extended by com.ibm.itim.dataservices.model.ModelDataHelperBridge
All Implemented Interfaces:
IModelDataHelper

public class ModelDataHelperBridge
extends java.lang.Object
implements IModelDataHelper


Field Summary
 
Fields inherited from interface com.ibm.itim.dataservices.model.IModelDataHelper
NAME
 
Constructor Summary
ModelDataHelperBridge()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.