|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tenant | |
|---|---|
| org.jclouds.openstack.keystone.v2_0.domain | |
| org.jclouds.openstack.keystone.v2_0.features | |
| org.jclouds.openstack.keystone.v2_0.functions.internal | |
| Uses of Tenant in org.jclouds.openstack.keystone.v2_0.domain |
|---|
| Fields in org.jclouds.openstack.keystone.v2_0.domain with type parameters of type Tenant | |
|---|---|
protected com.google.common.base.Optional<Tenant> |
Token.Builder.tenant
|
| Methods in org.jclouds.openstack.keystone.v2_0.domain that return Tenant | |
|---|---|
Tenant |
Tenant.Builder.build()
|
| Methods in org.jclouds.openstack.keystone.v2_0.domain that return types with arguments of type Tenant | |
|---|---|
com.google.common.base.Optional<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)
|
| Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Tenant | |
|---|---|
Token(String id,
Date expires,
com.google.common.base.Optional<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<? extends Tenant> |
TenantAsyncApi.get(String tenantId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Tenant> |
TenantAsyncApi.getByName(String tenantName)
|
org.jclouds.collect.PagedIterable<? extends Tenant> |
TenantApi.list()
The operation returns a list of tenants which the current token provides access to. |
com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<? extends Tenant>> |
TenantAsyncApi.list()
|
PaginatedCollection<? extends Tenant> |
TenantApi.list(PaginationOptions options)
|
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Tenant>> |
TenantAsyncApi.list(PaginationOptions options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Tenant>> |
ServiceAsyncApi.listTenants()
|
Set<? extends Tenant> |
ServiceApi.listTenants()
The operation returns a list of tenants which the current token provides access to. |
| Uses of Tenant in org.jclouds.openstack.keystone.v2_0.functions.internal |
|---|
| Methods in org.jclouds.openstack.keystone.v2_0.functions.internal that return types with arguments of type Tenant | |
|---|---|
protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Tenant>> |
ParseTenants.ToPagedIterable.markerToNextForCallingArg0(String ignored)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||