public interface TenantApi
TenantAsyncApi
,
Modifier and Type | Method and Description |
---|---|
Tenant |
get(String tenantId)
Retrieve information about a tenant, by tenant ID
|
Tenant |
getByName(String tenantName)
Retrieve information about a tenant, by tenant name
NOTE: currently not working in openstack ( https://bugs.launchpad.net/keystone/+bug/956687 )
|
PagedIterable<? extends Tenant> |
list()
The operation returns a list of tenants which the current token provides access to.
|
PaginatedCollection<? extends Tenant> |
list(PaginationOptions options) |
PagedIterable<? extends Tenant> list()
PaginatedCollection<? extends Tenant> list(PaginationOptions options)
Tenant get(String tenantId)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.