Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11g Release 1 (11.1.1)

E39432-01


oracle.igf.ids
Class IdentityHelper

java.lang.Object
  extended by oracle.igf.ids.IdentityHelper


public class IdentityHelper
extends java.lang.Object

Constructor Summary
IdentityHelper()
           

 

Method Summary
static java.lang.String getTenantGUID(IdentityDirectory ids, java.lang.String tenantName)
          Gets tenant GUID given IdentityDirectory and tenant name
static java.lang.String getTenantName(IdentityDirectory ids, java.lang.String tenantGUID)
          Gets tenant name given IdentityDirectory and tenant GUID

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IdentityHelper

public IdentityHelper()

Method Detail

getTenantName

public static java.lang.String getTenantName(IdentityDirectory ids,
                                             java.lang.String tenantGUID)
                                      throws IDSException
Gets tenant name given IdentityDirectory and tenant GUID
Parameters:
ids - Identity Directory instance
tenantGUID - tenant GUID
Returns:
tenant name
Throws:
IDSException

getTenantGUID

public static java.lang.String getTenantGUID(IdentityDirectory ids,
                                             java.lang.String tenantName)
                                      throws IDSException
Gets tenant GUID given IdentityDirectory and tenant name
Parameters:
ids - Identity Directory instance
tenantName - tenant name
Returns:
tenant GUID
Throws:
IDSException

Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11g Release 1 (11.1.1)

E39432-01


Copyright © 2013 Oracle. All Rights Reserved.