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 |
TenantAdminApi.create(String name)
Creates a new tenant
|
Tenant |
TenantAdminApi.create(String name,
CreateTenantOptions options)
Creates a new tenant
|
Tenant |
TenantAdminApi.update(String id,
UpdateTenantOptions options)
Updates a 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 |
---|---|
PagedIterable<Tenant> |
TenantApi.list()
The operation returns a list of tenants which the current token provides access to.
|
PaginatedCollection<Tenant> |
TenantApi.list(PaginationOptions options) |
Set<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.markerToNextForArg0(com.google.common.base.Optional<Object> ignored) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<Tenant> |
TroveApi.getCurrentTenantId()
Provides the Tenant.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<Tenant> |
AutoscaleApi.getCurrentTenantId()
Provides the Tenant.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.