public class ADFTenant extends Tenant
| Constructor and Description |
|---|
ADFTenant(ADFTenantContext tc) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTenantId()
Gets the tenant id.
|
java.lang.String |
getTenantName()
Gets the tenant name.
|
java.util.UUID |
getTenantUUID()
Gets the tenant UUID.
|
boolean |
isGlobal()
Tests global tenancy.
|
public ADFTenant(ADFTenantContext tc)
public java.lang.String getTenantName()
Tenant
On WebLogic if the tenant is global the name is TenantContext.GLOBAL_NAME
getTenantName in class Tenantpublic java.util.UUID getTenantUUID()
Tenant
On WebLogic if the tenant is global the UUID is TenantContext.GLOBAL_UUID
getTenantUUID in class Tenantpublic java.lang.String getTenantId()
Tenant
On MT enabled mode, if the tenant is global the id is
TenantContext.GLOBAL_ID.
It's preferred that the isGlobal be used to determine that.
getTenantId in class Tenant