Package | Description |
---|---|
org.jclouds.openstack.keystone.v2_0.domain | |
org.jclouds.openstack.keystone.v2_0.features | |
org.jclouds.openstack.keystone.v2_0.functions.internal |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Optional<Tenant> |
Token.Builder.tenant |
Modifier and Type | Method and Description |
---|---|
Tenant |
Tenant.Builder.build() |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<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,
com.google.common.base.Optional<Tenant> tenant) |
Modifier and Type | Method and Description |
---|---|
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 )
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Tenant> |
TenantAsyncApi.get(String tenantId) |
com.google.common.util.concurrent.ListenableFuture<? extends Tenant> |
TenantAsyncApi.getByName(String tenantName) |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Tenant>> |
TenantAsyncApi.list() |
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 PaginatedCollection<? extends Tenant>> |
TenantAsyncApi.list(PaginationOptions options) |
PaginatedCollection<? extends Tenant> |
TenantApi.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.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Tenant>> |
ParseTenants.ToPagedIterable.markerToNextForCallingArg0(String ignored) |
Copyright © 2009-2013 jclouds. All Rights Reserved.