|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tenant | |
|---|---|
| org.jclouds.openstack.keystone.v2_0.domain | |
| org.jclouds.openstack.keystone.v2_0.features | |
| Uses of Tenant in org.jclouds.openstack.keystone.v2_0.domain |
|---|
| Fields in org.jclouds.openstack.keystone.v2_0.domain declared as Tenant | |
|---|---|
protected Tenant |
Token.Builder.tenant
|
| Methods in org.jclouds.openstack.keystone.v2_0.domain that return Tenant | |
|---|---|
Tenant |
Tenant.Builder.build()
|
Tenant |
Token.getTenant()
|
| Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Tenant | |
|---|---|
T |
Tenant.Builder.fromTenant(Tenant in)
|
T |
Token.Builder.tenant(Tenant tenant)
|
| Constructors in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Tenant | |
|---|---|
Token(String id,
Date expires,
Tenant tenant)
|
|
| Uses of Tenant in org.jclouds.openstack.keystone.v2_0.features |
|---|
| Methods in org.jclouds.openstack.keystone.v2_0.features that return Tenant | |
|---|---|
Tenant |
TenantApi.get(String tenantId)
Retrieve information about a tenant, by tenant ID |
Tenant |
TenantApi.getByName(String tenantName)
Retrieve information about a tenant, by tenant name NOTE: currently not working in openstack ( https://bugs.launchpad.net/keystone/+bug/956687 ) |
| Methods in org.jclouds.openstack.keystone.v2_0.features that return types with arguments of type Tenant | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Tenant> |
TenantAsyncApi.get(String tenantId)
|
com.google.common.util.concurrent.ListenableFuture<Tenant> |
TenantAsyncApi.getByName(String tenantName)
|
com.google.common.util.concurrent.ListenableFuture<Set<Tenant>> |
TenantAsyncApi.list()
|
Set<Tenant> |
TenantApi.list()
The operation returns a list of tenants which the current token provides access to. |
com.google.common.util.concurrent.ListenableFuture<Set<Tenant>> |
ServiceAsyncApi.listTenants()
|
Set<Tenant> |
ServiceApi.listTenants()
The operation returns a list of tenants which the current token provides access to. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||