public final class JRFTenant extends Tenant
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTenantId()
Deprecated.
|
java.lang.String |
getTenantName()
Gets the tenant name.
|
java.util.UUID |
getTenantUUID()
Gets the tenant UUID.
|
boolean |
isGlobal()
Tests global tenancy.
|
public final java.lang.String getTenantName()
Tenant
On WebLogic if the tenant is global the name is TenantContext.GLOBAL_NAME
getTenantName in class Tenantpublic final java.util.UUID getTenantUUID()
Tenant
On WebLogic if the tenant is global the UUID is TenantContext.GLOBAL_UUID
getTenantUUID in class Tenant@Deprecated public final 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