Package | Description |
---|---|
org.jclouds.openstack.keystone.v2_0.domain | |
org.jclouds.openstack.keystone.v2_0.features |
Modifier and Type | Field and Description |
---|---|
protected Tenant |
Token.Builder.tenant |
Modifier and Type | Method and Description |
---|---|
Tenant |
Tenant.Builder.build() |
Tenant |
Token.getTenant() |
Modifier and Type | Method and Description |
---|---|
T |
Tenant.Builder.fromTenant(Tenant in) |
T |
Token.Builder.tenant(Tenant tenant) |
Constructor and Description |
---|
Token(String id,
Date expires,
Tenant tenant) |
Modifier and Type | Method and Description |
---|---|
Tenant |
TenantClient.get(String tenantId)
Retrieve information about a tenant, by tenant ID
|
Tenant |
TenantClient.getByName(String tenantName)
Retrieve information about a tenant, by tenant name
NOTE: currently not working in openstack ( https://bugs.launchpad.net/keystone/+bug/956687 )
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Tenant> |
TenantAsyncClient.get(String tenantId) |
com.google.common.util.concurrent.ListenableFuture<Tenant> |
TenantAsyncClient.getByName(String tenantName) |
Set<Tenant> |
TenantClient.list()
The operation returns a list of tenants which the current token provides access to.
|
com.google.common.util.concurrent.ListenableFuture<Set<Tenant>> |
TenantAsyncClient.list() |
Set<Tenant> |
ServiceClient.listTenants()
The operation returns a list of tenants which the current token provides access to.
|
com.google.common.util.concurrent.ListenableFuture<Set<Tenant>> |
ServiceAsyncClient.listTenants() |
Copyright © 2009-2012 jclouds. All Rights Reserved.